Oops, my bad: Should have read the FAQ that says you have to use tr:document.
I can offer an excuse though: I started with the JBoss Seam example seamdiscs
that shows how to integrate Seam and trinidad.
There even is a comment in their trinidad-config.xml
"Use our own skin, vaguely like the a4j blueSky skin"
I never noticed that despite that comment the skin is never really used there.
Thank again, Stephen
Stephen Friedrich wrote:
Thanks Scott,
I found that skin mentioned here:
http://mail-archives.apache.org/mod_mbox/incubator-adffaces-dev/200702.mbox/[EMAIL PROTECTED]
I downloaded it and deployed it in WEB-INF/lib but can't get it to work
at all.
No errors logged - the skin is just not used.
Is there anything more to do than changing this in trinidad-config.xml?
<skin-family>RedwoodShores</skin-family>
I tried various variations of using trinidad-skins.xml also, but no luck.
Stephen