Re: Can swing components be used within a jsp?
Posted By:
Michael_Wax
Posted On:
Friday, April 6, 2001 06:07 PM
No. While a jsp has embedded Java, the client sees HTML only, so that you are limited to HTML functionality. If you want more, you need to use an applet, Flash, or something along those lines.