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

Reply via email to