[jboss-user] [JBoss Seam] - Re: @WebRemote: problem with client site instantiation of ob

sbryzak2 do-not-reply at jboss.com
Wed Aug 2 08:02:28 EDT 2006


What you could do is implement your own javascript stub and register it with Seam.Remoting.registerType(), but it would be interesting to see what actual XML is being sent in response to your remoting call.  You can enable debugging mode with Seam.Remoting.setDebug(true) which will show you the XML packets that are sent back and forth between the browser and the server.  As far as I recall, the field values for the SelectItem object should still be sent back even if they don't have a matching getter/setter method.


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

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



More information about the jboss-user mailing list