This is a recurring issue here and the archive is filled with answers: http://www.mail-archive.com/struts-user%40jakarta.apache.org/
Try searching on "No getter method for property." Mark -----Original Message----- From: Jeff Corliss [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 1:44 PM To: Struts Users Mailing List Subject: "No getter method" error, but ActionForm does have the getter Hi All, I have a small ActionForm subclass with just a few fields, and I'm getting the following html error output when the jsp with the text edit fields gets forwarded to: =================================== javax.servlet.ServletException: No getter method for property language_cd of bean org.apache.struts.taglib.html.BEAN ... =================================== Thing is, the class does have the following method: public String getLanguage_cd() Probably just a case of brainfreeze, but any ideas what I'm missing? __________________________________________________ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

