Hi I think I might have discovered a bug.

 

I had a checkbox with some ajax behaviour. On the same page I also had a panel which had some form components in it, one of the components did also use ajax.

 

I set visible(false) on the checkbox and 3 things happened

1.       checkbox was no longer rendered(surpriseJ)

2.       wicket debug for ajax was no longer rendered

3.       ajax behaviour on the other component stopped working

 

So I removed ajaxbehavior on the checkbox then it all worked again. My guess is that somewhere there is a check on if a component that uses ajax behaviour that is set to not visible then ajax is not included on the page….

 

Regards Nino

-------------------------------------------------------------------------
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