Hi all,
 
I integrated Struts with Ajax using DWR. For that I had to put the
ActionForm in session scope.
Now I am facing a strange problem.

When I change some values in the form, they are saved(marshalled) properly
at the backend(an XML file). But in the JSP, it shows old values only.
I suspect this is happening because of session scoped ActionForm. Its taking
values from the existing Form object in the session. And its not
unmarshalling it everytime.
So what can I do to resolve this problem? Any pointers??
What's the basic difference between request-scoped and session-scoped form
objects?

Immediate help is needed...

Thanks a lot in advance.

Regards,
Ramita
-- 
View this message in context: 
http://www.nabble.com/Session-scoped-ActionForm-causing-strange-behaviour-tf4560983.html#a13016312
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to