I have successfully populated a jsp with items from a ValidatorActionForm.
One of the properties is a boolean, and it is printing the word "true" on my
page, where I want a 'Y' or 'N'. So I changed the ValidatorForm so that the
property is a string. Now I am getting this error:
An error occurred while evaluating custom action attribute "value" with
value "${manageFilerForm.ssnOnFile}": Unable to find a value for "ssnOnFile"
in object of class "com.trmarket.tax.forms.ManageFilerForm" using operator
"." (null)
I haven't changed the name of the property, just the type. Does anyone know
what is causing this error? Any help would be much appreciated. Thanx.
Hyrum Ward
Software Developer
T&R Tax Services