Are you sure that you don't set another page to render in the ajax button
submit code??

Because if you a pure ajax call and you don't set anohter response page then
the url in your browser shouldn't change

johan


On 5/29/07, Francisco Diaz Trepat - gmail <[EMAIL PROTECTED]>
wrote:

Hi all,

I have the following behavior:

On one side of a Page I have a list of links (acting as a menu :P) that is
created by building links by obtaining the page class NameOfThePage.class.

That gives me the url:


http://localhost:8084/WicketDemo?wicket:bookmarkablePage=:ch.logismata.wicket.pages.DossierSearch

Then I click on my AJAX Submit button to get a search result, but instead
of that, the page is refreshed, now with this url:

http://localhost:8084/WicketDemo?wicket:interface=:8:1 :

Then I click the AJAX SubmitButton and everything works fine.

This happens most times, but I don't know how yet, sometimes it works on
the first step.

Best regards,
f(t)

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to