The only way you can use visual beans in a webpage (whether JSP or HTML or
whatever) is in an applet.
> -----Original Message-----
> From: Ryan B. Collis [mailto:collis@w...]
> Sent: 26 February 2001 18:44
> To: Pro_JavaServer_Pages
> Subject: [pro_jsp] Displaying visual beans in JSP
>
>
> I have two buttons which 'extends JComponent', and want them
> to be visable (and pressable) in my JSP page.
> I call them with useBean (<jsp:useBean id="NextBeanId"
> scope="session" class="vts.NextBean" />), but this
> doesn't actualy make them appear. How do I have them actualy
> appear on my page?
>
> Thanks,
>
> Ryan B. Collis