Re: Setting th

2009-09-04 Thread Igor Vaynberg
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, wrote: > I have a form with a RadioChoi

Setting th

2009-09-04 Thread jpalmer1026
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?