I am trying to set up the Struts validator to have two required fields on my
input form; userid and acesloccd.  When the input form should display I get
an error msg:

 

Error Message: No getter method for property acesloccd of bean
org.apache.struts.taglib.html.BEAN

 

The input form never displays so it never gets submitted.  I would have
expected to get something like this on submitting the form.

 

I have a get method for acesloccd in the ActionForm associated with
submitting input.  Any guidance on what I'm doing wrong will be greatly
appreciated.

 

Robert Hurdle

Reply via email to