Remi Jolin - SysGroup schrieb: > 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.
See also: http://docs.turbogears.org/1.0/StaticFiles Chris --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

