you have to go low level and most likely override your form's
process() method to do this.

you can get the value by calling formcomponent.getinput() which will
give you the raw unprocessed value from the http request.

-igor

On Fri, Sep 4, 2009 at 8:28 AM, <jpalmer1...@mchsi.com> wrote:
> I have a form with a RadioChoice component. I'd like to use the value
> selected in that component ("yes" or "no") to set the isRequired property of
> another component. Wondering what method I need to call on the RadioChoice
> component that will allow me to get the value that the user selected?
>

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

  • Setting th jpalmer1026
    • Re: Setting th Igor Vaynberg

Reply via email to