Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
None
-
None
-
None
-
tiles 1.3.8 struts 1.3.8
Description
i m using tile to render a page. this page will be rendered by combining three jsp pages header,menu,body .
When the page loads first time it is working properly , at first it is calling the reset method of bean and the getters of all properties. But when i submit the page then it must call the "execute" method of action class first , but it is calling reset and then it is calling the "execute" method and i m forwording the page to its own defination , when it redirects the page it is not calling the reset method of form bean.
All three pages header,menu and body have Action and i m facing the problem in body page when i m submitting the body action.
please reply.
Amit Panwar