Re: Session scoped ActionForm causing strange behaviour

2007-10-04 Thread Ramita Gambhir
Hi, Thanks a lot for your replies :-) I found the solution to my problem. It was a case of missing "name" parameter in the . I had used . It was showing the values from previous form object. Thanks a bunch! Regards, Ramita Antonio Petrelli-3 wrote: > > 2007/10/3, Ramita Gambhir <[EMAIL PR

Re: Session scoped ActionForm causing strange behaviour

2007-10-03 Thread Antonio Petrelli
2007/10/3, Ramita Gambhir <[EMAIL PROTECTED]>: > > Is there any way I can refresh the values in the Form object? What do you exactly mean with "refresh"? I read > somewhere reset() function is not called in session scoped forms. If I > call > reset(), can it help? Probably, but you have to o

Re: Session scoped ActionForm causing strange behaviour

2007-10-03 Thread Ramita Gambhir
Hi Antonio, Thanks a lot for the reply :-) I need to put the form into session to make it work with DWR(I had some requirement). This part I cannot change. Is there any way I can refresh the values in the Form object? I read somewhere reset() function is not called in session scoped forms. If I

Re: Session scoped ActionForm causing strange behaviour

2007-10-03 Thread Antonio Petrelli
2007/10/3, Ramita Gambhir <[EMAIL PROTECTED]>: > > I integrated Struts with Ajax using DWR. For that I had to put the > ActionForm in session scope. Why do you need to put it into session? Now I am facing a strange problem. > > When I change some values in the form, they are saved(marshalled) p