Personally I wish you could just put the stylesheets you want in the
layout.java @Import and have it work. In this particular case I think
the whole AppModule configuration is overkill for the problem. I would
be nice if there was a simple way to override all the stacks instead
tracking down all the defaults and turning them off. Perhaps

@Override(stylesheet=true)
@Import(stylesheet={"classpath:/com/trsvax/bootstrap/bootstrap.css","myStyle.css"})

This would just put bootstrap.css and myStyle.css in the page in the
order I specify. Any upstream styles would be suppressed.

I think the whole auto include thing is useful in the beginning but at
some point it just gets in the way.

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

Reply via email to