DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14252>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14252

NL support for property names





------- Additional Comments From [EMAIL PROTECTED]  2002-11-06 05:25 -------
Additional details:
I am using the tag:
<bean:write name="SimpleBeanForm" property="πριεο" filter="true"/>

Where in SimpleBeanForm I have the methods:
public String getπριεο() {
                return πριεο;
}
        
public void setπριεο(String s) {
        πριεο = s;
}

I have no problem with Java here (it compiles). I've also checked that this is 
also not a JSP processor bug, since the following line did work:

<jsp:useBean id="beanId" class="SimpleBeanForm" scope="session" />

<jsp:getProperty name="beanId" property="πριεο"/>

When reaching the JSP with the <bean:write> tag, I receive an error specifying 
that no getter and setter methods were found for the property πριεο.

--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to