Re: Will not see getters and setters

2001-03-13 Thread Jeff Finley
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" / ^ r

Re: Will not see getters and setters

2001-03-13 Thread Jeff Finley
Ya'll are the best! This worked. The sad thing was is that I pulled that example straight from source code on Gamelan in an article on how to do .jsp. - Original Message - From:David Wall Sent:Tuesday, March 13, 2001 10:37 AM To:[EMAIL PROTECTED] Subject:Re: Will not see getters

Will not see getters and setters

2001-03-12 Thread Jeff Finley
Woo Hoo! Tomcat 4 beta is working! Ant is working! Now the problem, simple little .jsp with a simple little bean. Says that it cannot find a property that is there, the property does have getters and setters. If I just do the jsp:usebean tag the page compiles fine, when I try hitting the