Re: How to make visible all child of WebMarkupContainer

2010-06-01 Thread Jeremy Thomerson
On Tue, Jun 1, 2010 at 12:25 PM, gurpreet.si...@wellsfargo.com wrote: Hi All, I am getting strange problem. Setting WebMarkupContainer.setVisible(true) is not making all its child visible via Ajax Link. My Html code looks like this div wickit:id=wrapper1imga wicked:id=ajaxlink1Show

RE: How to make visible all child of WebMarkupContainer

2010-06-01 Thread Gurpreet.Singh
up. Any idea? -Original Message- From: Jeremy Thomerson [mailto:jer...@wickettraining.com] Sent: Tuesday, June 01, 2010 10:36 AM To: users@wicket.apache.org Subject: Re: How to make visible all child of WebMarkupContainer On Tue, Jun 1, 2010 at 12:25 PM, gurpreet.si...@wellsfargo.com wrote

Re: How to make visible all child of WebMarkupContainer

2010-06-01 Thread Jeremy Thomerson
On Tue, Jun 1, 2010 at 12:45 PM, gurpreet.si...@wellsfargo.com wrote: Thanks for replying and sorry about typos. Here is the real code div wicket:id=seeAllWrappera href=# wicket:id=seeAll img src=images/al_faqarrow1_gen.gif style=vertical-align:middle border=0/See All /a/div div

RE: How to make visible all child of WebMarkupContainer

2010-06-01 Thread Gurpreet.Singh
Cc: users@wicket.apache.org Subject: Re: How to make visible all child of WebMarkupContainer On Tue, Jun 1, 2010 at 12:45 PM, gurpreet.si...@wellsfargo.commailto:gurpreet.si...@wellsfargo.com wrote: Thanks for replying and sorry about typos. Here is the real code div wicket:id=seeAllWrappera href

Re: How to make visible all child of WebMarkupContainer

2010-06-01 Thread Jeremy Thomerson
On Tue, Jun 1, 2010 at 1:02 PM, gurpreet.si...@wellsfargo.com wrote: Yeap I am adding both wrappers to AjaxRequesttarget like this target.addComponent(seeRecentWrapper..setVisible(true)); target.addComponent(seeAllWrapper..setVisible(false)); I'm not sure why you have the wrappers