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]

Reply via email to