I know there is a RadioChoice component and it works great.... , but IChoiceRenderer
seems not enough when I need to do like:

    <p>Choose your anwer:</p>
    <input type="radio" >Answer 1 </input><br/>
    <input type="radio" >Answer 2 </input><br/>
    <input type="radio" >Other: <input type="text" name="others" /> </input><br/>

Is there a standalone radio componet like CheckBox ?
Or another way to solve above problem ?

Thanks
--
Ingram Chen
Java [EMAIL PROTECTED]
Institue of BioMedical Sciences Academia Sinica Taiwan
blog: http://www.javaworld.com.tw/roller/page/ingramchen

Reply via email to