the required check is handled serverside when the form is submitted so
it does not matter if the component has already been rendered as long
as you setRequired before the form is submitted. Either by ajax or a
regular http request.

Maurice

On Wed, Apr 30, 2008 at 7:56 PM, Michael Mehrle <[EMAIL PROTECTED]> wrote:
> I've got RadioGroup A that I need to set to required when another radio
>  in RadioGroup B is selected.
>
>  Is this possible and how? I imagine 'theoretically' the way to do this
>  is by hooking into the other radio's event handler. However, as the
>  other radio has already been rendered at that point this might not work
>  properly.
>
>
>
>  Michael
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to