I used tiles defined one of my jsp page with as the
following layout

    <definition name="studyNewLayout"
extends="mainLayout">
        <put name="title"  value="New Studys" />
        <put name="body"   value="/pages/studynew.jsp"
/>
        <put name="menu"  
value="/pages/commonstudysmenu.jsp" />
    </definition>

At another jsp page, I would like to have a link
pointed to this definition. How can I do it? I am
currently using:

<html:link
href="studyNewLayout">ToStudyNew</html:link>. But it
does not seems to work.

Thanks,



__________________________________________________
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