[jboss-user] [JBoss Seam] - Re: How to integrate Ext with Seam using JSON

xinhua do-not-reply at jboss.com
Tue Nov 20 06:17:57 EST 2007


Hi,
I suggest to use Ext.data.ArrayReader not Json. I use a4j:jsFuction to get collection from server... For example, after create a grid object :

  | Ext.onReady(a4j_loadRoleUsers);
  | 
here a4j_loadRoleUsers is a4j:jsFuction defined BEFORE your grid js declaration. Maybe there is a better way to do this,but ,at least it works :)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106316#4106316

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4106316



More information about the jboss-user mailing list