Oh, and you also need to override the Seam.Remoting.resourcePath after you import the script. It defaults to "/appname/seam/resource/remoting", so you'll need to give it an absolute url also:
Seam.Remoting.resourcePath = "http://localhost:8080/appname/seam/resource/remoting" Make sure this line comes after the import! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4112441#4112441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4112441 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
