On Tue, 08 Nov 2011 11:04:18 -0200, Ville <ville.virta...@cerion.fi> wrote:

The problem is the thirdparty libraries:
If I include chenillekit, and that library includes css file for its window component, it is essential that my css comes after that - otherwise I have no way to override the styles.

Tapestry always put your CSS and JavaScript files after the component-provided ones. If not, this is a bug.

If I put MY CSS to @Import tag the result is this:
tapestry5 default css
mycss
css from tapestry5-jquery library

If I put MY css directly to the head the end result is this:
mycss
tapestry5 default css
css from tapestry5-jquery library

Have you tried without tapestry5-jquery, so we can be sure where the problem is? The tapestry5-jquery team had been done a wonderful job, but I've seen at least one bug specific to tapestry5-jquery that looked like a tapestry-core one. Nothing is perfect. :)

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.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