Hi,

Create a quickstart application and attach it to a ticket in Jira

On Mon, Nov 28, 2011 at 6:49 PM, Adam Gray <adam.j.g...@gmail.com> wrote:
> In a nutshell, we have two radio groups in a panel.  We are adding an
> AjaxFormChoiceComponentUpdatingBehavior to each one in order to provide
> different components based on the selection.  Whichever one is added in the
> component hierarchy first will get its proper callback.  The other behavior
> does nothing.
>
> <div wicket:id=group1">
>  <input type="radio">
>  <input type="radio">
> </div>
>
> <div wicket:id=group2">
>  <input type="radio">
>  <input type="radio">
> </div>
>
> So, group1's ajax behavior will fire while group2's will not.
>
> On Mon, Nov 28, 2011 at 12:43 PM, Martin Grigorov <mgrigo...@apache.org>wrote:
>
>> Hi,
>>
>> What exactly is the problem ?
>>
>> On Mon, Nov 28, 2011 at 6:15 PM, Adam Gray <adam.j.g...@gmail.com> wrote:
>> > I'm using the latest 1.4 release and it seems like there is an issue
>> where
>> > two AjaxFormChoiceComponentUpdatingBehavior will not work correctly.  The
>> > first one will function properly but the second one does nothing.  We've
>> > looked for a resolution to this, but have thusfar come up empty.  Is
>> there
>> > a known workaround (other than not using a Radio/CheckGroup) for this
>> type
>> > of behavior in 1.4?
>> >
>>
>>
>>
>> --
>> Martin Grigorov
>> jWeekend
>> Training, Consulting, Development
>> http://jWeekend.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to