Java applet not loading on the web

Hi, I am using java applets for displaying a bar chart and pie chart. The applets are working correctly on the Notes Client. The problem is that the applets are not loading on the web. When i load the form i get a page with a grey box and a message in the status bar that the specific class hasn’t been loaded.

Can anyone tell me why the applets are not working on the web?

Do i have to a add HTML tags or should i specify anything in the HTML attributes?

Thxs in advance

Subject: Java applet not loading on the web

hi

What is that emebdded element type or some other resource?

if it is embedded element then from the embedded element properties select…

Web Access Properties select “Using Java Applets” in display option.

regards

Sanjay

Subject: RE: Java applet not loading on the web

Hi, The applet is on a subform. We have 2 subforms : one for pie chart and the other one for bar chart. On the form there’s a computed subform and the corresponding subform is loaded depending if the user has chosen PieChart or BarChart. It is working correctly on the notes client but not on the web. I keep getting a grey box.

Thxs

Subject: Java applet not loading on the web

HI

Did you link to the classes from the filesystem or import it?

If you use any Domino classes you must set “Applet uses Notes classes”.

regards

Jesper Kiaer

htttp://www.jezzper.com

Subject: RE: Java applet not loading on the web

Hi, I have set all options but the applets are still not loading on web. I keep getting a grey window.

Shud i use javascript to pass the parameters on web or can i use formula to pass parameters?

Thxs in advance

Subject: RE: Java applet not loading on the web

Were you able to resolve this issue? I am having the same problem.The applet worked perfectly in 5, but now only gives a grey box.

Any help would be greatly appreciated.