I believe that was the entire purpose of the change.  To allow interceptors
(especially the ModelDriven interceptor) to provide the data for a JSON
result.

Do your interceptors have to put the data on the top of the stack?  You
could just do a stack.put("myObj",x) instead of a stack.push(x), then
reference the value using the hash operator in your view (i.e. #myObj).
  (*Chris*)
On May 18, 2011 2:34 PM, "Jerry Yuan" <jy...@trionworlds.com> wrote:

Reply via email to