On 4/8/08, Chris Lewis <[EMAIL PROTECTED]> wrote:
> If I'm understanding you, it seems that your problem is getting the path
>  (url) for asset files like JS and CSS. DO NOT hard code these in
>  templates! Use the @IncludeJavaScriptLibrary and @IncludeStylesheet
>  annotations on the page class, and that's it.

Another option is using something like
${asset:context:/css/style.css}. Tapestry will always output the
correct path.

-- 
Thiago

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

Reply via email to