Re: How to make visible all child of WebMarkupContainer

2010-06-01 Thread Jeremy Thomerson
On Tue, Jun 1, 2010 at 1:02 PM, 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 at all - they don't s

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, mailto:gurpreet.si...@wellsfargo.com>> wrote: Thanks for replying and sorry about typos. Here is the real code See All View Most Recent seeAll and see

Re: How to make visible all child of WebMarkupContainer

2010-06-01 Thread Jeremy Thomerson
On Tue, Jun 1, 2010 at 12:45 PM, wrote: > Thanks for replying and sorry about typos. Here is the real code > > src="images/al_faqarrow1_gen.gif" style="vertical-align:middle" > border="0"/>See All > src="images/al_faqarrow1_gen.gif" style="vertical-align:middle" border="0"/> > View Most Re

RE: How to make visible all child of WebMarkupContainer

2010-06-01 Thread Gurpreet.Singh
sure why links doesn't show 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:

Re: How to make visible all child of WebMarkupContainer

2010-06-01 Thread Jeremy Thomerson
On Tue, Jun 1, 2010 at 12:25 PM, 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 > > Show All > Show > Recent > > I need to show one of those links at a time. Bu

How to make visible all child of WebMarkupContainer

2010-06-01 Thread Gurpreet.Singh
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 Show All Show Recent I need to show one of those links at a time. But somehow setting setVisible(true) is not working , but setVi