RE: AjaxFallbackLink to Show/Hide a checkGroup problem...

2008-06-01 Thread Jeremy Thomerson
Found the method: public final Component setOutputMarkupPlaceholderTag(final boolean outputTag) Jeremy Thomerson http://www.wickettraining.com -- sent from a wireless device -Original Message- From: smallufo <[EMAIL PROTECTED]> Sent: Sunday, June 01, 2008 3:04 PM To: users@wicket.apac

Re: AjaxFallbackLink to Show/Hide a checkGroup problem...

2008-06-01 Thread Igor Vaynberg
setoutputmarkupplaceholdertag(true) -igor On Sun, Jun 1, 2008 at 1:39 PM, Jeremy Thomerson <[EMAIL PROTECTED]> wrote: > There's another boolean on component that you should set to true. It will > output a container where the component should be, even if the component is > invisible. Unfortuna

RE: AjaxFallbackLink to Show/Hide a checkGroup problem...

2008-06-01 Thread Jeremy Thomerson
There's another boolean on component that you should set to true. It will output a container where the component should be, even if the component is invisible. Unfortunately, I'm not at my computer, and I can't remember the name. Look for set*(boolean), and it may have the word container in i