You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Samip Ladhawala <sa...@yahoo.com> on 2002/07/31 21:04:12 UTC

2 Jsp's and 1 form bean using tiles !!!! URGENT HELP

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.


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>