Hi folks,
I have A.jsp page that uses some layout as the
following:
<tiles:insert definition="common.default">
        <tiles:put name="body" value="content.jsp"/>
        <tiles:put name="nav" value="nav.jsp" >                 
        </tiles:put>
        
</tiles:insert> 

Now I want to either 1)insert an attribute from A.jsp
and then access its value from nav.jsp
or 2) insert the attribute from the layout and modify
the attribute value fro A.jsp and then access its
value from nav.jsp.
How can either(or both) of them be done?
thanks



        
                
__________________________________ 
Celebrate Yahoo!'s 10th Birthday! 
Yahoo! Netrospective: 100 Moments of the Web 
http://birthday.yahoo.com/netrospective/

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

Reply via email to