[Wicket-user] DropDownChoice Ajax to render 1 of 3 forms

2007-04-24 Thread John Carlson
I have a page with a DropDownChoice box and 3 Forms. The Forms and DropDownChoice belong to the same Panel. I would like to only show one Form at a time via the selection made on the DropDownChoice box. I have added a AjaxFormComponentUpdatingBehavior onchange to the DropDownChoice and

Re: [Wicket-user] DropDownChoice Ajax to render 1 of 3 forms

2007-04-24 Thread Igor Vaynberg
do forms start out as invisible when the page renders first? if so try calling setoutputmarkupplaceholdertag(true) on them, or repaint their common parent. -igor On 4/24/07, John Carlson [EMAIL PROTECTED] wrote: I have a page with a DropDownChoice box and 3 Forms. The Forms and

Re: [Wicket-user] DropDownChoice Ajax to render 1 of 3 forms

2007-04-24 Thread John Carlson
@lists.sourceforge.net Subject: Re: [Wicket-user] DropDownChoice Ajax to render 1 of 3 forms do forms start out as invisible when the page renders first? if so try calling setoutputmarkupplaceholdertag(true) on them, or repaint their common parent. -igor On 4/24/07, John Carlson [EMAIL PROTECTED] wrote: I have