You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Yuri (JIRA)" <ji...@apache.org> on 2013/08/20 20:54:52 UTC

[jira] [Created] (WW-4180) Model sets twice if result type Chain

Yuri created WW-4180:
------------------------

             Summary: Model sets twice if result type Chain
                 Key: WW-4180
                 URL: https://issues.apache.org/jira/browse/WW-4180
             Project: Struts 2
          Issue Type: Bug
          Components: Core Interceptors
    Affects Versions: 2.3.15.1
            Reporter: Yuri


We encountered the major issue after upgrade Struts to 2.3.15.1. 
We have action that implements ModelDriven. The result type is chain that forwards to another action. 
In the first action we update some of the model properties and then store model in session.
The problem occurs just before calling method from chain action. Struts calls model setters second time and overrides all previous changes. 




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira