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