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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...