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


-------------------------------------------------------
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

Reply via email to