Re: Problem with ValueStack in struts-2.2.3 passing Object from Action to Result - WORKAROUND

2011-06-22 Thread UV
To move forward I added the accessors for my object to an interface I created to access a certain property set. And who can believe it... finally the OgnlRuntime could find the property. What does this leave us with? In a more complex setup with multiple Action base classes and interfaces some

Problem with ValueStack in struts-2.2.3 passing Object from Action to Result

2011-06-22 Thread UV
In my website I am using an ajax method to request the current state. An action fires and provides the result object as a property (java.lang.Object). But for some reason my JsonResult class cannot find this object in the value Stack. Looking into the OgnlRuntime code, the superficial cause