Applet /XSP

How can i load applets on xsp pages?
Maybe someone can show me an example.
Thanks
[94 byte] By [GUlr] at [2007-11-15 21:32:18]
# 1 Re: Applet /XSP
What is an XSP page? How does it differ from an HTML page? Does it run in a browser like HTML?

Norm
Norm at 2007-11-10 2:43:30 >
# 2 Re: Applet /XSP
XSP is cocoons embedded java. It's akin to JSP.

Thus Norm's answer on a previous post applies, Just put the html code for the applet into the xsp so that it gets output. Make sure that you enter the html in legal xhtml form.

Bayard
bayard@generationjava.com
http://www.generationjava.com

Brainbench MVP for Java
http://www.brainbench.com
bayard at 2007-11-10 2:44:30 >