You can't. Use the Any component and let it render out a radio button if all you want to do is capture the client side event, i.e. you don't want a form to be submitted. For a more differentiated answer we'd need more information about your use case.

Cheers,

Uli

On 22.02.2010 10:10 schrieb Eldred Mullany:
Hi Everyone



I have a two radio buttons with a client event attached two them
(mixin). Each onClick fires different methods



<t:RadioGroup value="radioSelectedValue" encoder="stringEncoder"
t:validate="required">

<t:Radio t:id="radioB" value="literal:Bulk" t:clientEvent="bulk"
t:zone="zone" t:mixins="change" t:trigger="radioB" label="Bulk store
upload"/></span>                      <t:Radio t:id="radioS"
value="literal:Single" t:clientEvent="single" t:zone="zone"
t:mixins="change" t:trigger="radioS" label="Add a single store"/></span>

</t:RadioGroup>

How can I render these components without a form tag ?



Many thanks

Eldred Mullany   EasyPay - Web Developer

Tel (reception): +27 (21) 680 0100  |  Fax: +27 (21) 686 1400  |
www.easypay.co.za<blocked::http://www.easypay.co.za/>    |

EasyPay (Pty) Ltd, Ground Floor, EasyPay House, 14 Belmont Road, Belmont
Office Park, Rondebosch,

Cape Town, South Africa, 7700  |  PO Box 58, Rondebosch, Cape Town,
South Africa, 7701





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

Reply via email to