You all very very helpful in getting my templates packaged up so I could 
distribute them easily. Thanks for that.

I have a related question; I have some javascript and stylesheets that go 
along with the project as well. I was wondering if there was an easy way 
to be able to distribute them in the same jar and have the templates 
access them.

Right now they are all in the base of the war and the web.xml has an entry 
like:

  <servlet-mapping>
    <servlet-name>default</servlet-name>
    <url-pattern>/files/*</url-pattern>
  </servlet-mapping>

which bypasses turbine for any urls starting with files and pulls them out 
properly. This requires them to all be unpacked in the webapp and I don't 
really want that though.

A simple way that I can think of to accomplish it is to make all the 
scripts screens and just make the layout template empty. This seems like a 
bit of a kludge though; does anyone have any suggestions?

Will


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to