If you have an instance variable called 'email' in your bean/action. Standard JavaBean naming practice dictates that your accessor methods should be: getEmail() setEmail()
And as Volnei mentioned, because WW uses introspection, it is important that you name your properties correctly in order for WW to invoke the proper getter/setter method. > ----- Original Message ----- > From: Giovanni Formenti > To: Webwork Mailinglist > Sent: Tuesday, February 10, 2004 9:17 AM > Subject: [OS-webwork] A ww1.4 bug or i mistake? > > > I write an action with: > public String getEMail() > but when i try to call this from within a JSP page with: > <webwork:property value="eMail"/> > i can't have the getEMail value. > I must use: > public String getEmail() with <webwork:property value="email"/> > > It's a strange behavior, don't u think? Or i miss something? > > Gio Wayland Chan email: wchanATtrekspaceDOTcom ---------------------------------------------------------- Get your free email account from http://www.trekspace.com Your Internet Virtual Desktop! ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork