Re: jsp:plugin type=applet... and firefox

2005-06-01 Thread Jost Richstein
Maybe it's not the server generating a wrong page...your browser is just not able to load the plugin. I would install the plugin for Firefox first! [EMAIL PROTECTED] wrote: Hi there, I'm using an applet, with the following line: jsp:plugin type=applet code=applet.MyApplet codebase=.

Re: jsp:plugin and codebase

2004-02-25 Thread BAO RuiXian
Evgeny Gesin wrote: [snip...] jsp:plugin type=applet code=com.package.Applet.class codebase=/application1/applets/ width=50 height=50 /jsp:plugin Web applications, which run this applet, specify different codebase attribute, such as application2, application3 and so on. Can you then put

Re: jsp:plugin and codebase

2004-02-25 Thread Evgeny Gesin
This will not work because of applet's security restrictions. Waiting for more replies. Evgeny Gesin Javadesk --- BAO RuiXian [EMAIL PROTECTED] wrote: Evgeny Gesin wrote: [snip...] jsp:plugin type=applet code=com.package.Applet.class codebase=/application1/applets/ width=50

Re: jsp:plugin and codebase

2004-02-25 Thread BAO RuiXian
Evgeny Gesin wrote: This will not work because of applet's security restrictions. Waiting for more replies. Care to explain what are the exact applet's security restriction? Applets are supposed to be downloaded to the client machine to run. So that I think you put it in anywhere inside

RE: jsp:plugin

2001-08-08 Thread James, Stuart
]] Sent: Tuesday, August 07, 2001 8:15 PM To: '[EMAIL PROTECTED]' Subject: Re: jsp:plugin In XML you need to put attribute values within quotes: Try jsp:plugin name=myApplet type=applet code=MyApplet.class codebase=/test

Re: jsp:plugin....

2001-08-06 Thread John Baker
On Saturday 04 August 2001 03:06 am, you wrote: On Thu, 2 Aug 2001, John Baker wrote: jsp:plugin type='applet' code='AppletWrapper.class' align='center' archive='jcchart450K.jar' width='600' height='500' jreversion='1.2' jsp:params jsp:param

Re: jsp:plugin....

2001-08-03 Thread Craig R. McClanahan
On Thu, 2 Aug 2001, John Baker wrote: jsp:plugin type='applet' code='AppletWrapper.class' align='center' archive='jcchart450K.jar' width='600' height='500' jreversion='1.2' jsp:params jsp:param name=setCount value== labels.length % / % for (int i=0;