there is a bug in 1.2.5 with header contributors. what happens is that
wicket-ajax.js file doesnt get included in the rendered page and so the link
goes into fallback mode.

this is fixed in wicket-1.2.x branch which you can check out and build, or
wait for 1.2.6 release

-igor


On 3/15/07, Juha Alatalo <[EMAIL PROTECTED]> wrote:

Hi,

I found out that in some cases AjaxFallbackLinks creates a normal call
(AjaxRequestTarget == null) in onClick instead of an ajax call.

In my example case there is a (submit)Button that puts some stuff on
Vector which is shown in a ListView below. If following process is done,
the AjaxRequestTarget is null in onClick:
- press Submit test
- press some link in the list (let's say Open 2)
- press Submit test again
- press Open 2 again

Why does this happen?

I am using wicket 1.2.5 and the example can be found on:
https://download.syncrontech.com/public/wicket-ajax-fallback.zip

- Juha Alatalo

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share
your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to