Re: Reading selected radio in validator

2008-02-13 Thread Igor Vaynberg
you can use getconvertedinput() to get the value that will eventually be pushed into session. -igor On Feb 12, 2008 10:44 PM, Rik van der Kleij [EMAIL PROTECTED] wrote: Hi, Does someone knows a solution for reading the selected radio button in the validate() of a IFormValidator

Reading selected radio in validator

2008-02-12 Thread Rik van der Kleij
Hi, Does someone knows a solution for reading the selected radio button in the validate() of a IFormValidator implementation? The problem I have is that getOutput() on a form component gives the value out of the HTML because no conversion to objects is yet done in the validation step. By the way,