-formBean method getEeMail() and <html:text size="30" maxlength="120" property="eeMail"/> => works
-formBean method getEmail() and <html:text size="30" maxlength="120" property="email"/> =>works
- formBean method getEMail() and <html:text size="30" maxlength="120" property="eMail"/> =>


=> org.apache.jasper.JasperException: No getter method for property eMail of bean org.apache.struts.taglib.html.BEAN

I don't know what method struts tries to find. Eclipse creates getter as getEMail() when I name a property "eMail". I think getEMail() is just fine getter for variable "eMail". (of course, one could argue whether variable name should be "email" instead, but lets not go there....)

I am using 1.1, would a later release solve this?

_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to