Hi Ville

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

did you try this in a layout component?

because I was able to override the default jquery theme with a

<head>
<link rel="stylesheet" type="text/css"
href="${context:css/cupertino/jquery-ui-1.8.16.custom.css}" />
</head>

in the layout template of the following basic application

https://github.com/got5/awlContact/blob/master/src/main/java/com/atosworldline/tapestry/components/Layout.tml

Regards
François

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

Reply via email to