On Thu, Apr 19, 2012 at 4:17 PM, topradnya <toprad...@gmail.com> wrote:
>
>
>
>
>
> This is a HTML code for the radio2RadioGroup in which I want to select the
> second radio if I select second radio in radio1Group
>
> <wicket:container wicket:id="radio2RadioGroup">

<wicket:xyz> are not preserved in the HTML.
Replace with a <div>

>                        <input wicket:id="firstRadio"     type="radio"
> class="radio"/>  <br/>
>                        <input wicket:id="secondRadio" type="radio"
> class="radio"/>  <br/> </wicket:container>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Radio-Group-Ajax-Render-issue-tp4570589p4570850.html
> Sent from the Users forum mailing list archive at Nabble.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