Hi,
  Can I access a tile definition name like "loginPage"
as below directly in the browser. I have
defined them in the tiles-defs.xml as below.
Basically, I want to make the page printable
and want to access the definition name for that
purpose. Thanks in advance for your help.


    <definition name="loginPage" extends="baseLayout">
        <put name="title" 
value="/jsp/tiles/htmlHeader.jsp" />
        <put name="content"  
value="/jsp/login-content.jsp" />
    </definition>
    <definition name="loggedinPage"
extends="baseLayout">
        <put name="title" 
value="/jsp/tiles/htmlHeader.jsp" />
        <put name="content"  
value="/jsp/loggedin-content.jsp" />
    </definition>


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to