Re: $.getJSON(ur,params,function(data)(){}‏

2009-03-31 Thread Adam Ruggles
I'm not that familiar with the JSON result type, but it looks like data would contain the property methods of your SortTierVO bean. An easy way to see whats going on is to browse to SortTiersAction and see what spits out of the browser. It should look something like this: { method1: 'value',

$.getJSON(ur,params,function(data)(){}‏

2009-03-31 Thread Junhua gao
Hello, I am using struts2 and Jquery now. And who can please tell me how to access the sorttiervo from the 'data' $.getJSON('SortTiersAction',params,function(data)(){} data.sorttiervo? or other ways? public class SortTiersAction extends BaseActionS2 impl