Zitat von Alexander Zimmer <[EMAIL PROTECTED]>:

Yes, this works with my example, but the example with the URL containing template information is really just an example, while navigating through the Turbine app, the URL using the JavaScript library could be:
   - http://HOST/myapp/template/main.vm
   - http://HOST/myapp/template/main.vm/action/MyAction
   - http://HOST/myapp/template/main.vm/action/MyAction/id/2
   - and so on
So I'm afraid this is no viable solution - although I acknowledge its ingeniousity!

Ok. One other thing that may work. Do you use Apache to serve static content? Then the <Location> tag may help you. It can handle regular expressions (if needed).

<Location ~ ".*/images/active.gif">
</Location>

See: http://httpd.apache.org/docs/2.2/mod/core.html#location


--
Michael Kunze
http://www.smrealms.de



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

Reply via email to