getModel() invoked twice ?

2007-10-08 Thread pilou
I am trying to use the ModelDriven interface. getModel on the Bean is invoked twice before th execute() invocation ant once after. It does not seem to be the right normal sequence ? I implements the defaultStack. could you help ? thanks more details : == version struts 2.09

Re: getModel() invoked twice ?

2007-10-08 Thread Dave Newton
The current XWork ModelDriven interceptor code does call getModel() twice; this was brought up during an unrelated conversation a couple of weeks ago. I don't know if anybody filed a JIRA against XWork for it or not. d. --- pilou [EMAIL PROTECTED] wrote: I am trying to use the ModelDriven

Re: getModel() invoked twice ?

2007-10-08 Thread Wes Wannemacher
I filed a JIRA a while back that included this and two other possible issues. http://jira.opensymphony.com/browse/XW-569 -W On 10/8/07, Dave Newton [EMAIL PROTECTED] wrote: The current XWork ModelDriven interceptor code does call getModel() twice; this was brought up during an unrelated