Try something like this: This has multiple Radio buttions, Checkboxes and condidtionals.
<span jwcid="[EMAIL PROTECTED]" selected="ognl:authType"> <tr> <td> <span jwcid="@thirdparty:AnySubmit"><input jwcid="[EMAIL PROTECTED]" value="ognl:@[EMAIL PROTECTED]" /></span> <span key="None_desc"/> </td> </tr> <tr> <td> <span jwcid="@thirdparty:AnySubmit"><input jwcid="[EMAIL PROTECTED]" value="ognl:@[EMAIL PROTECTED]"/></span> <span key="Transport_layer_auth_desc"/> </td> </tr> <span jwcid="[EMAIL PROTECTED]" condition="ognl:getShowCertCheckbox()"> <tr> <td> <span jwcid="@thirdparty:AnySubmit"><input jwcid="@Checkbox" selected="ognl:basic" disabled="ognl:disableCheckboxes"/></span> <span key="Basic_desc"/> </td> </tr> </span> <tr> <td> <span jwcid="@thirdparty:AnySubmit"><input jwcid="@Checkbox" selected="ognl:cert" disabled="ognl:disableCheckboxes"/></span> <span key="Ssl_client_cert_desc"/> </td> </tr> </span> Mark J. Stang Senior Engineer/Architect office: +1 303.468.2900 mobile: +1 303.507.2833 Ping Identity -----Original Message----- From: andyhot [mailto:[EMAIL PROTECTED] Sent: Fri 9/15/2006 1:51 AM To: Tapestry users Subject: Re: RadioGroup component They are in a group. They are supposed to have the same name. If you supply an 'id' parameter for each, you can use document.getElementById() later on. Peter Dawn wrote: > sorry guys incomplete message, am sending it again, > > how can i reference each radio element within a radiogroup. if my > implementation is this, > <span jwcid="[EMAIL PROTECTED]"> > <input type="radio" jwcid="@Radio"> > <input type="radio" jwcid="@Radio"> > </span> > > how can i name each individual radio elements. if i use [EMAIL PROTECTED], > the name is still RadioGroup and if use [EMAIL PROTECTED] the individual > radios are test each. but i want to reference them individually. > > anybody know how to do this. and i am using tap3. thanks. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Andreas Andreou - [EMAIL PROTECTED] - http://andyhot.di.uoa.gr Tapestry / Tacos developer Open Source / J2EE Consulting --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]