RE: Wicket cannot find id in inner enclosure...but has no problem in outer one!!!

2012-04-18 Thread Colin Rogers
Nice one! No worries! :D -Original Message- From: kshitiz [mailto:k.agarw...@gmail.com] Sent: Thursday, 19 April 2012 4:10 AM To: users@wicket.apache.org Subject: RE: Wicket cannot find id in inner enclosure...but has no problem in outer one!!! Your guess is rightthank you for the

RE: Wicket cannot find id in inner enclosure...but has no problem in outer one!!!

2012-04-18 Thread kshitiz
Your guess is rightthank you for the help -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-cannot-find-id-in-inner-enclosure-but-has-no-problem-in-outer-one-tp4559666p4568555.html Sent from the Users forum mailing list archive at Nabble.com.

RE: Wicket cannot find id in inner enclosure...but has no problem in outer one!!!

2012-04-17 Thread Colin Rogers
agarw...@gmail.com] Sent: Wednesday, 18 April 2012 2:51 AM To: users@wicket.apache.org Subject: Re: Wicket cannot find id in inner enclosure...but has no problem in outer one!!! I have removed inner enclosure and its working fine. I am facing another problem. This is my code: ChoiceRend

Re: Wicket cannot find id in inner enclosure...but has no problem in outer one!!!

2012-04-17 Thread kshitiz
I have removed inner enclosure and its working fine. I am facing another problem. This is my code: ChoiceRenderer choiceRenderer = new ChoiceRenderer("value", "key"); SelectOption selectedOption = new SelectOption(selectOption[0].getKey(), "Selected Value"); final IModel iM

Re: Wicket cannot find id in inner enclosure...but has no problem in outer one!!!

2012-04-16 Thread Martin Grigorov
See org.apache.wicket.markup.html.basic.EnclosureContainer On Tue, Apr 17, 2012 at 9:48 AM, Wilhelmsen Tor Iver wrote: >> Hi, can anyone tell me any other alternative of enclosure if the above >> problem cant be bugged out?? > > You can do explicitly what the enclosure does more conveniently, by

RE: Wicket cannot find id in inner enclosure...but has no problem in outer one!!!

2012-04-16 Thread Wilhelmsen Tor Iver
> Hi, can anyone tell me any other alternative of enclosure if the above > problem cant be bugged out?? You can do explicitly what the enclosure does more conveniently, by using a WebMarkupContainer where isvisible() delegates to the child's isVisible(). - Tor Iver

Re: Wicket cannot find id in inner enclosure...but has no problem in outer one!!!

2012-04-16 Thread kshitiz
Hi, can anyone tell me any other alternative of enclosure if the above problem cant be bugged out?? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-cannot-find-id-in-inner-enclosure-but-has-no-problem-in-outer-one-tp4559666p4562050.html Sent from the Users forum