Johan many thanks for answering I think so.

Here is the structure of the code:

1) A panel that contains a Form (fields name and lastName) and a Table
(PageableListView).

2) A small SearchPage like this:

  public DossierSearch() {
     super();
     add(new ch.logismata.wicket.panels.ajax.DossierSearchPanel
("ajaxDossierSearchPanel"));
  }


f(t)


On 5/29/07, Johan Compagner < [EMAIL PROTECTED]> wrote:

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
> Wicket-user@lists.sourceforge.net
> 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
Wicket-user@lists.sourceforge.net
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to