RE: Struts2 - ScopedModelDriven - Unable to update the model and set the latest Model data in session

2009-09-08 Thread Raghuveer.V
This is working after using correct jar file, "struts2-core-2.1.6" jar. _ From: Raghuveer.V [mailto:raghuve...@infotechsw.com] Sent: Wednesday, August 19, 2009 6:55 PM To: 'user@struts.apache.org' Subject: Struts2 - ScopedModelDriven - Unable to update the mode

Re: Struts2 - ScopedModelDriven - Unable to update the model and set the latest Model data in session

2009-08-25 Thread Stephen Turner
On Wed, 19 Aug 2009 09:24:52 -0400, Raghuveer.V wrote: Hi, I have a problem implementing ScopedModelDriven. One thing that could be a problem: public void prepare() throws Exception { user = new User(); Don't instantiate a new User object - the interceptor w

Struts2 - ScopedModelDriven - Unable to update the model and set the latest Model data in session

2009-08-19 Thread Raghuveer.V
Hi, I have a problem implementing ScopedModelDriven. I Have Model / User Java Bean object in action class. I am trying to implement concept of same model object being used for 3 JSP pages with PREVIOUS and NEXT button navigation. Data to be updated in Model object for every page nav