Re: [Wicket-user] AJAX Button on my Form inside a Panel needs 2 clicks to do a search

2007-06-11 Thread Francisco Diaz Trepat - gmail
Great Jim, thanks a bunch. I'll try it out and let you know. Thanks again, f(t) On 6/8/07, James McLaughlin <[EMAIL PROTECTED]> wrote: I think some of the older versions of wicket would sometimes omit header contributions. When the error happens, check to see if wicket-ajax.js is included in

Re: [Wicket-user] AJAX Button on my Form inside a Panel needs 2 clicks to do a search

2007-06-08 Thread James McLaughlin
I think some of the older versions of wicket would sometimes omit header contributions. When the error happens, check to see if wicket-ajax.js is included in the page. Also, you might want to upgrade to 1.2.6 and see if that fixes the issue. best, jim On 6/8/07, Francisco Diaz Trepat - gmail <[EM

Re: [Wicket-user] AJAX Button on my Form inside a Panel needs 2 clicks to do a search

2007-06-08 Thread Francisco Diaz Trepat - gmail
James, sorry I took so long to respond. I tried to put PageLinks in the menu. And I could swear that the frequency of "error" drop, but some times it still happens. I am using wicket 1.2.5. f(t) On 6/6/07, James McLaughlin <[EMAIL PROTECTED]> wrote: Looks good. What version of wicket are you

Re: [Wicket-user] AJAX Button on my Form inside a Panel needs 2 clicks to do a search

2007-06-06 Thread Francisco Diaz Trepat - gmail
Right, I'll try that and tell you how it went. f(t) On 6/6/07, James McLaughlin <[EMAIL PROTECTED]> wrote: Looks good. What version of wicket are you using? And the second time you click DossierSearch, the time when no wicket ajax debug shows up, do a view source and see if the proper wicket-a

Re: [Wicket-user] AJAX Button on my Form inside a Panel needs 2 clicks to do a search

2007-06-06 Thread James McLaughlin
Looks good. What version of wicket are you using? And the second time you click DossierSearch, the time when no wicket ajax debug shows up, do a view source and see if the proper wicket-ajax js files are in the head section. Another thing I would suggest is using Bookmarkable links in your menu for

Re: [Wicket-user] AJAX Button on my Form inside a Panel needs 2 clicks to do a search

2007-06-06 Thread Francisco Diaz Trepat - gmail
Thanks James, I appreciate your guide. I don't have an AJAX Debug at that point. Let me slice the problem into phases: 1) When I click on the Search link, it goes to the SearchDossierPage and with the following link: http://localhost:8084/WicketDemo?wicket:bookmarkablePage=:ch.logismata.wicket.

Re: [Wicket-user] AJAX Button on my Form inside a Panel needs 2 clicks to do a search

2007-06-06 Thread James McLaughlin
Hi Francisco, I can't see anything logically wrong with your code, all though there are things I would have done differently. What is the output of the wicket ajax debug panel when you click on the ajax submit button? If you want some advice, I would suggest not using a pageablelistview and not ke

[Wicket-user] AJAX Button on my Form inside a Panel needs 2 clicks to do a search

2007-06-06 Thread Francisco Diaz Trepat - gmail
Sorry but I cannot find what the problem is. I've search Nabble. - Hello every one, I have a page that uses a panel (code ahead) that has a form with an AJAX button, it works fine, but some times I have to click on the Search button 2 times to make it work. I thi

[Wicket-user] AJAX Button on my Form inside a Panel needs 2 clicks to do a search

2007-06-05 Thread Francisco Diaz Trepat - gmail
Hello every one, I have a page that uses a panel (code ahead) that has a form with an AJAX button, it works fine, but some times I have to click on the Search button 2 times to make it work. I think it has to do with URLs or something because when it happens it changes the url. The code for the p