just so i am reading this right FormComponent:1018
if (isValid() && isRequired() && getConvertedInput() == null &&
isInputNullable())
{
reportRequiredError();
}
that should actually be ( ! isInputNullable() ) no? wanted to make
sure i wasnt smoking something before i made the change and broke a
bunch of apps out there...
-igor
