Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Displaying visual beans in JSP


Message #1 by "Ryan B. Collis" <collis@w...> on Mon, 26 Feb 2001 18:44:24
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


  Return to Index