check the bean naming rules (previous messages in this list highlight the
problem).  Problem arises from lower/upper case combination with first two
letters.

DAve





Nageshwar Charka <[EMAIL PROTECTED]> on 05/08/2001
04:07:09 PM

Please respond to [EMAIL PROTECTED]

To:   "'[EMAIL PROTECTED]'"
      <[EMAIL PROTECTED]>
cc:    (bcc: David Hay/Lex/Lexmark)
Subject:  Form Attribute limitation



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