This is a HTML code for the radio1Group and radio2RadioGroup.    I want 
second radio of radio2Group should get selected onchange event of
textFileRadio in  radio1Group.

<wicket:container wicket:id="radio1Group">
                        <input wicket:id="onScreenRadio"     type="radio"
class="radio"/>  <br/>
                        <input wicket:id="textFileRadio"        type="radio"
class="radio"/>  <br/> </wicket:container> 




 
<wicket:container wicket:id="radio2RadioGroup">
                        <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-tp4570589p4570888.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to