le 02.09.2008 14:53 luca72 a écrit: > Hello i have do this: > <applet archive="/home/luca/Desktop/Turbogears/test/test/static/java/ > flame3.jar" code="flame3.class" width="777" height="100"> > But nothing is changed > > Well... You specified to location of your jar on the disk, not as it should be seen by a browser through a web server.
if your jar is in /home/luca/Desktop/Turbogears/test/test/static/java/, you should specify archive="/static/java/flame3.jar" in your template . This is the path of the url. > Luca > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

