Github user lukaszlenart commented on the issue:

    https://github.com/apache/struts/pull/153
  
    See these screenshots
    
    #### master
    
![2017-08-01_2119](https://user-images.githubusercontent.com/170103/28842993-f915533e-76ff-11e7-8434-09d24777704f.png)
    
    #### this branch
    
![2017-08-01_2124](https://user-images.githubusercontent.com/170103/28843001-ff0a8e30-76ff-11e7-8c3f-b9be85140241.png)
    
    as you see, on the `master` branch the object isn't fully initialised but 
when `init()` method is called when using this branch, the object got fully 
initialised.
    
    Maybe you have discovered another place where there is some work done in 
setter which should be moved into the `init()` method with the `PostInit` 
interface.
    
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to