Hi Uli 

Many thanks. What I wanted to achieve was an intercepting screen that gives the 
user two options, a bulk store upload or a single store upload, when the user 
clicks on either radio buttons a client side event is fired using the 
zoneUpdater example as illustrated on the jumpstart website. 

However to make things easier I decided to use EventLinks. 

Cheers Eldred 

-----Original Message-----
From: Ulrich Stärk [mailto:u...@spielviel.de] 
Sent: 22 February 2010 11:35 AM
To: Tapestry users
Subject: Re: Radio buttons not inclosed in a <form> tag

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


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

Reply via email to