I have the same problem Samip described below. The question posted in this list last year. Nobody replied it. Can you give me some idea on this question. Thanks.
Hi Guys, I am using struts and tiles in my project. Here is my problem. I need to put 2 JSP's in the body of one definition of tiles. My definition looks like below: <definition name="fda.limitsEnter.body" path="/layouts/columnsLayout.jsp"> <put name="numCols" value="1" /> <putList name="list0" > <add value="/accountCodeList.jsp"/> <add value="/limitsAdd.jsp"/> </putList> </definition> I am using same form bean for both the JSP's. Now the problem is whenever I submit the form from the second JSP i.e. "limitsAdd.jsp in above definition", form bean is not getting populated. How can we resolve this problem? Does tiles support this functionality? Any help will be appreciated. Thanks Samip. Eric (Qin) Zhou --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]