THINKS that work nicely!!
I put all files (.css and .js ) in the /static folder.
and in the template HTML file i call them:
<link type="text/css" rel='stylesheet'
href='/static/appcss.css'/>
<script language="javascript" src="/static/
com.mycompany.project.app.nocache.js"></script>
Now my GWT application work as a template.
but I saw that Only in the /static folder where .css and .js are
founded.
for example, if i but them in a folder called /gwt , then i use:
<link type="text/css" rel='stylesheet' href='/gwt/appcss.css'/>
I have this error:
127.0.0.1:2265 - - [02/Mar/2008 13:18:35] "HTTP/1.1 GET /gwt/
appcss.css" - 404 Not Found
So, Only in the /static folder where the .css and .js files are
served ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---