Hi Thiago, If you were using 5.4, you could @Import(stylesheet="//:yourCss FileFileUrl");
Do you mean the page url?? Because I have Stream response of cssContent. The css file doesnt exist in the workspace. in case I misunderstood, can you highlight an example? Regards Akshay On Tue, Oct 7, 2014 at 5:13 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > On Tue, 07 Oct 2014 05:53:01 -0300, akshay <akshayestat...@gmail.com> > wrote: > > Hi Thiago, >> > > Hi! > > <link href="${contextPath}/config/LessToCss" rel='stylesheet' >> type='text/css'/>. >> >> I already saw the tapestry mailing list about how to override the >> bootstrap.css , but my scenario is bit different as I have a Stream >> Response of css content ( and not a physically present css file). >> >> I need to have a way so that my Streamed css response get loaded after >> the bootstrap.css. >> > > Isn't this happening already? If not, one solution is to @Inject > JavaScriptSupport and use its importStylesheet(new > StylesheetLink("/yourCssFileFileUrl"));. > If you were using 5.4, you could @Import(stylesheet="//: > yourCssFileFileUrl");. > > > -- > Thiago H. de Paula Figueiredo > Tapestry, Java and Hibernate consultant and developer > http://machina.com.br > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > -- Cheers!! Akshay