[
https://issues.apache.org/jira/browse/WW-3498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12921350#action_12921350
]
Martin Gainty commented on WW-3498:
-----------------------------------
Once the rootObject is discovered
could you illustrate in the code where the ValueStack variable stack either
push on the rootObject?
com.opensymphony.xwork2.util.ValueStack reference:
/**
* Put this object onto the top of the stack
* @param o the object to be pushed onto the stack
* @see CompoundRoot#push(Object)
*/
public abstract void push(Object o);
thanks,
Martin
> JSONInterceptor ignores Model pushed onto the ValueStack
> --------------------------------------------------------
>
> Key: WW-3498
> URL: https://issues.apache.org/jira/browse/WW-3498
> Project: Struts 2
> Issue Type: Bug
> Components: Plugin - JSON
> Affects Versions: 2.2.1
> Reporter: John Lindal
> Attachments: patch
>
>
> In JSON mode (not JSON-RPC), if this.root is not specified, the rootObject
> should be the top of the ValueStack, not the action.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.