Hello All,
We cannot have an attribute name in the form bean as:

String aBookkeeping;

I get an Exception:

javax.servlet.jsp.JspException: No getter method for property aBookkeeping
of bean org.apache.struts.taglib.html.BEAN
I do have set/get methods for above as, setABookkeeping/getABookkeeping in
form bean.

I have created a form with hundreds of attributes now I have to change their
names and methods two.
It works if I declare it as : abookkeeping or abookKeeping but not
aBookkeeping

Anybody is heard of such problem before. 

Thanks in advance

-nagesh


Reply via email to