Re: Ajax hide/show does not work

2012-06-28 Thread lang
It works now, thanks! -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-hide-show-does-not-work-tp4650267p4650271.html Sent from the Users forum mailing list archive at Nabble.com

Ajax hide/show does not work

2012-06-27 Thread lang
(panel1); } }; return link2; } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-hide-show-does-not-work-tp4650267.html Sent from the Users forum mailing list archive at Nabble.com

Re: Ajax hide/show does not work

2012-06-27 Thread Andrea Del Bene
); panel1.setVisible(false); target.add(panel1); } }; return link2; } } -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Ajax-hide-show-does-not-work-tp4650267.html