Hello,

I use a remoting method define as following:

@WebRemote
  | public List<SelectItem> getMyList(String id);
  | 
On the client side, I get back a array of Object of the right size,
but all the object are empty. It seam that the javascript client didn't 
know how to implement the SelectItem object.

There is a post I think that is related to this similar issue:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=83273

Anything new on this?

Thanks,

Richard

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962358
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to