*Duh!*
 
  Thank you so much for pointing this out!  I looked at it and looked at it and should have known better but of course I was looking for config problems or something much more difficult.
 
Thanks

----- Original Message -----
From: Matt Jackson
Sent: Tuesday, March 13, 2001 1:02 AM
To: [EMAIL PROTECTED]
Subject: Re: Will not see getters and setters

"Jeff Finley" <[EMAIL PROTECTED]> writes:

>
> <b> Using method 2:</b> <p>
> State is: <jsp:getProperty name="taxbean" property="State" />
                                                      ^
                                                      state


> <br>
> Rate is: <jsp:getProperty name="taxbean" property="Rate" />
                                                     ^
                                                     rate

If the property is state then the corresponding methods are getState and
getRate. Note the first letter of the property is lower case but the
method name has the letter in upper case. Check the JavaBeans spec for
full details of properties vs method names and the correct case.

Cheers,

--
Matt Jackson                    | "The world is a book, and those who
[EMAIL PROTECTED]               |  don't travel read only one page."
http://www.frogdream.com        | - St Augustine

Reply via email to