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 iframe it is giving null pointer exception (I am not put any html:form tag). When I kept html:form action=myAction.go then it is working fine. I have three this type of frames. User can

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 iframe in parent.jsp it is giving null pointer exception (I am not put any html:form tag in inner.jsp page, but I kept html:form in parent.jsp). When I kept html:form action=myAction.go in

Re: Nested Tags Problem .... Urgent

2003-02-12 Thread James Mitchell
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 page as iframe in parent.jsp it is giving null pointer exception (I am not put

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's

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,

Re: Nested Tags Problem .... Urgent

2003-02-11 Thread ashokd
: 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 property getter returns the collection to be iterated (if property