How can you find out what page is currently being used inside 
of the Layout class ?

I need to include additional files in the header on specific pages...but I only 
want to use a single layout class.

<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
<head>
// some additional css files here for the index page
</head>
<body>
        <div id="main">
        <t:header /> 
                <t:body/>
     <t:footer /> 
        </div>
</body>
</html>

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

Reply via email to