Hi stephanos2k,
By the way, the stylesheet in my library references some images
[background-image: "/images/error.png"], what's the best way to make this
work when using the library?
CSS files are assets that are not parsed like templates. So dynamic insertion of asset paths won't work here. To make background-image urls work with assets either put them into a style-addribute in the particular element or use a <style>...</style> section in your template(s). I myself use the latter and have put everything together in my layout component.

Regards, nillehammer

--
http://www.winfonet.eu


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to