Re: JSP with Swing

2001-02-06 Thread Joseph Ottinger
Yes, this is still valid. What are you using a client-side menu in your server-side application for? If you want a menu, you'd send it as textual data, which Swing isn't designed for. If you want an applet, use it. If you want JSP, use it - and remember that JSP generates textual data. >Hi there,

JSP with Swing

2001-02-05 Thread Willy LEGIMAN
Hi there, I was wondering whether it is possible to include a swing object in a JSP. I've got a java bean which utilises Swing's JMenuBar. In my JSP, I use: But when I run the JSP, I receive a java.lang.NullPointerException error. I came across an email in the list of JSP archived information