Re: Nested Tags Problem .... Urgent

2003-02-12 Thread James Mitchell
;Struts Users Mailing List" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, February 03, 2002 5:31 AM Subject: Re: Nested Tags Problem Urgent > Hi, > > If I am displaying nested tags in a jsp page it is working fine. > When I include" inner.jsp" pag

Re: Nested Tags Problem .... Urgent

2003-02-12 Thread ashokd
Hi, If I am displaying nested tags in a jsp page it is working fine. When I include" inner.jsp" page as in "parent.jsp" it is giving null pointer exception (I am not put any tag in inner.jsp page, but I kept in "parent.jsp"). When I kept in "inner.jsp" then it is working fine. I have t

Re: Nested Tags Problem .... Urgent

2003-02-12 Thread ashokd
Hi, If I am displaying nested tags in a jsp page it is working fine. When I include some other jsp page as it is giving null pointer exception (I am not put any tag). When I kept then it is working fine. I have three this type of frames. User can update any field in any . Why is checking f

Re: Nested Tags Problem .... Urgent

2003-02-11 Thread ashokd
ist'" <[EMAIL PROTECTED]> Sent: Wednesday, February 12, 2003 2:30 AM Subject: RE: Nested Tags Problem Urgent > not name .. property > > name: The name of the JSP bean containing the collection to be iterated (if > property is not specified), or the JSP bean whose p

RE: Nested Tags Problem .... Urgent

2003-02-11 Thread Chen, Gin
not name .. property name: The name of the JSP bean containing the collection to be iterated (if property is not specified), or the JSP bean whose property getter returns the collection to be iterated (if property is specified). property: Name of the property, of the JSP bean specified by name, w

RE: Nested Tags Problem .... Urgent

2003-02-11 Thread Sri Sankaran
The code you have presented isn't very clear. Your Action, for example seems to declare the controlVO1 reference twice -- won't compile. Are you trying to say that you have a list of objects within the ActionForm? Is it being placed in the session/request under the key "formList" -- 'cos that'