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

Reply via email to