[jboss-user] [JBoss Seam] - problem with ajax conf.

Stateless Bean do-not-reply at jboss.com
Thu Apr 12 17:23:48 EDT 2007


hello,

I got problem with ajax configuration:
normally in examples you got declaration like:

  | <script type="text/javascript" src="/seam/remoting/resource/remote.js"></script>
  | <script type="text/javascript" src="/seam/remoting/interface.js?productionAction"></script>
  | 

if I got some project, than must do:

  | <script type="text/javascript" src="/myProject/seam/remoting/resource/remote.js"></script>
  | <script type="text/javascript" src="/myProject/seam/remoting/interface.js?productionAction"></script>
  | 

everythink worked fine so far.
But i uploaded projekt to working serwer and app is under domain.
like www.xxx.com
and my problem is with ajax, still I get this:
/213.22.95.29/seam/remoting...blablabla,,

shortly: app ajax doesn't work, but ajax icon is invoked and i see "please wait...".



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

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



More information about the jboss-user mailing list