No, but you can use the delegate parameter of @Shell
( see
http://tapestry.apache.org/tapestry4/tapestry/ComponentReference/Shell.html
)
to add anything you want inside <head>.
Also see
https://svn.sourceforge.net/svnroot/tacos/tacos-4.0/trunk/tacos-demo/src/context/WEB-INF/Border.html
and
https://svn.sourceforge.net/svnroot/tacos/tacos-4.0/trunk/tacos-demo/src/context/WEB-INF/Border.jwc
for a nice example of this approach.
Marcus Irven wrote:
Is there some way to have Shell create <link> elements surrounded by
conditionals?
e.g.
<!--[if IE 6]>
<link type="text/css" rel="stylesheet" href="http://cssfile.css" />
<![endif]-->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr
Tapestry / Tacos developer
Open Source / J2EE Consulting
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]