I do not think it's possible... I hope someone can
prove me wrong.

--- Daniel PC Leung <[EMAIL PROTECTED]> wrote:

> I have a standand Tiles layout. 
> ie. it has header, Left, Body and footer.
> In one of the body, I have this.
> 
>     <td>
>     <html:link page="/UserAccountMaint.jsp">
>     <bean:message
> key="securityMaint.userAccountMaint"/>
>     </html:link>
>     </td> 
> 
> Whenever it is clicked, only the body portion is
> changed.
> I have to use 2 jsp files to make it happen, 
> 
> UserAccountMaint.jsp:
> <tiles:insert definition="xxx.mainLayout"
> flush="true" >
>   <tiles:put name="body"
> value="/UserAccountMaintBody.jsp" />
> </tiles:insert>
> 
> Can I use only 1 jsp file so that only the body
> portion is changed?
> 
> Thanks
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 



        
                
__________________________________ 
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