[jboss-user] [JBoss Seam] - Remoting problem in mozilla

enazareno do-not-reply at jboss.com
Wed Mar 7 07:15:31 EST 2007


Hi,

    The remoting javascript does not return a value if I use Mozilla but works OK in IE. Here is the debug output in Mozilla


  | Wed Mar 07 2007 20:11:25 GMT+0800 (China Standard Time): Request packet:
  | <envelope><header><context></context></header><body><call component="sendoutRule" method="sayHello" id="0">
  | <params><param><str>TEST</str></param></params><refs></refs></call></body></envelope>
  | 
  | 

and here is the output in IE

  | Wed Mar 7 20:11:49 UTC+0800 2007: Request packet:
  | <envelope><header><context></context></header><body><call component="sendoutRule" method="sayHello" id="0">
  | <params><param><str>TEST</str></param></params><refs></refs></call></body></envelope>
  | 
  | 
  | Wed Mar 7 20:11:49 UTC+0800 2007: Response packet:
  | <envelope><header><context><conversationId>14</conversationId></context></header><body><result id="0"><value><str>Hello%20TEST</str></value><refs></refs></result></body></envelope>
  | 
  | 

Anything I missed or is this not supported in Mozilla?

Regards

Elmo


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

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



More information about the jboss-user mailing list