im forwarding to a jsp page from the action class say processAction->fwd->result.jsp. result.jsp is with tiles. say using some template and header/menubar/footer. im going to display the result in the body-content page. do i need to use a seperate jsp for the that or can i show them at the result.jsp directly.. result.jsp is like this. <tiles:insert page="/layouts/storefrontDefaultLayout.jsp" flush="true"> <tiles:put name="header" value="/common/header.jsp" /> <tiles:put name="menubar" value="/common/menubar.jsp" /> <!-- do i need to use separate jsp for this. <tiles:put name="body-content" value="/index-body.jsp" /> --> <tiles:put name="copyright" value="/common/copyright.jsp" /> </tiles:insert>
--------------------------------- Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger