1 Reply Latest reply on Apr 12, 2007 5:45 PM by statelessbean

    problem with ajax conf.

    statelessbean

      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...".