Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_jsp thread: Question on the tag


Message #1 by "Gabriel Lau" <laug@m...> on Fri, 21 Jul 2000 22:54:53
you can't. JSP is server-side, not client-side, technology. All actions are
done on the server only. If you want to display java on the client, use an
applet.

> -----Original Message-----
> From: Gabriel Lau [mailto:laug@m...]
> Sent: Friday, July 21, 2000 22:55
> To: Pro_JavaServer_Pages
> Subject: [pro_jsp] Question on the <jsp:useBean> tag
>
>
> By using the <jsp:useBean> tag, I can access the Bean just as I do in a
> Java program.  But what if the Bean itself is an applet, or a
> panel that is
> supposed to have visual display?  How can I make it actually "appear" on
> the screen?
>
> ---
> Do you know what you want from this list? How would you provide
> programmers with the solutions they need? If you have the
> answers, and are willing to work in Birmingham (UK), then you
> could be a List Manager. Please send CVs and a covering letter to
> listsupport@p... for further information.
>


  Return to Index