Re: Using conditional comments with @Import(stylesheet="...")

2011-03-17 Thread Ben Tomasini
Thanks! It's good to be using Tapestry again. This is a personal project. :) Ben On Thu, Mar 17, 2011 at 9:35 AM, Howard Lewis Ship wrote: > This can be done using the new (in 5.2) JavaScriptSupport > @Environmental object.  It can express a couple of things that @Import > can not.  Just @Inj

Re: Using conditional comments with @Import(stylesheet="...")

2011-03-17 Thread Howard Lewis Ship
This can be done using the new (in 5.2) JavaScriptSupport @Environmental object. It can express a couple of things that @Import can not. Just @Inject the Asset for the stylesheet(s) and invoke one of the importStylesheet() methods. Glad to see you back in the Tapestry fold ... is this a persona

Re: Using conditional comments with @Import(stylesheet="...")

2011-03-16 Thread based2
/Tapestry5OpensourceApps http://tapestry.apache.org/community.html http://wiki.apache.org/tapestry/Tapestry5HowTos http://wiki.apache.org/tapestry/Tapestry5ModuleRegistry -- View this message in context: http://tapestry.1045711.n5.nabble.com/Using-conditional-comments-with-Import-stylesheet-tp3827508p3835549.html

Using conditional comments with @Import(stylesheet="...")

2011-03-16 Thread Ben Tomasini
Hello, I am looking to integrate the blueprint-css framework into a tapestry app and would like to use the @Import annotation on my Layout component to do so. The blueprint-css setup uses conditional comments (http://www.quirksmode.org/css/condcom.html) to give special instructions for IE 6 and I