The path seems to be working now....

but the problem with the ajax resists....

in my generated site i have a autocompleter and in the sourcecode of the
site i found this

Tapestry.onDOMLoaded(function() {
Tapestry.init({
  "autocompleter" : [
    [
      "nameInput",
      "nameInput:menu",
      "/myApp/game/account/givegift.playerinput.nameinput:autocomplete",  
<------- xxxxxxxxx
      {
        "minChars" : 3,
        "indicator" : "nameInput:loader",
        "paramName" : "t:input"
      }
    ]
  ]
});

I think the autocompleter does not work because of the relative path
here....

Thanks for all replies!
Jochen

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Absolute-Paths-in-Tapestry-5-2-5-tp4300824p4305448.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to