Re: How the Values will Update in Session List if I Used Nested Iterator

2003-07-03 Thread Sandeep Takhar
;Struts Users Mailing List" > <[EMAIL PROTECTED]> > Sent: Thursday, July 03, 2003 12:55 AM > Subject: Re: How the Values will Update in Session > List if I Used Nested > Iterator > > > > I would say the form. > > > > If you don't use the

Re: How the Values will Update in Session List if I Used Nested Iterator

2003-07-03 Thread AshokD
ep Takhar" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 12:55 AM Subject: Re: How the Values will Update in Session List if I Used Nested Iterator > I would say the form. > > If you don't use the form, y

Re: How the Values will Update in Session List if I Used Nested Iterator

2003-07-02 Thread Sandeep Takhar
I would say the form. If you don't use the form, you will end up using the "name" attribute on all html elements. I suppose if you use nested tag libraries then this wouldn't be true though. Whenever I do anything that involves the html tags for editing, I use form properties since it seems logi

How the Values will Update in Session List if I Used Nested Iterator

2003-07-02 Thread AshokD
Hi, 1) I am displaying a list of ValueObjects(which are editable) in a page by setting a ArrayList to form.. When I submit the form the values are updating into form arraylist variable. What is the logic behind in updation of list in a from when I submit the form. 2) I am displaying a list