Hi Martin, 

Thanks for replying.

I take the url of the page for example: 

http://localhost:8080/rental/piedras-otra-afuera-de-bs-as-52368.html

This is mounted using a MountedMapper in the Application object and resolves
to a subclass of WebPage

I copy the url, then boot up a fresh version of IE 9 from scratch and paste
the URL into the navigation bar.

Then I look at the source and see that the URLs that are being created for
the AjaxButtons (called via: Wicket.Ajax.ajax) are like I mentioned in my
original post e.g.: 



the above url which is called when I click the AjaxButton, does not resolve
with the Wicket Servlet on the Jetty Container

I guess it's got something to do with the "//" in the relative url.

incidentally I'm also using a "one pass render" stategy set up in my
Application class i.e. 



I'm not sure if that's pertinent or not.

If you'd like any more information let me know

Cheers
Simon



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Ajax-Link-not-resolving-Wicket-6-4-tp4655511p4655513.html
Sent from the Users forum mailing list archive at Nabble.com.

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

Reply via email to