Hi guys Just started with tapestry 5 and found some problems with identifiers. Most of our data identifiers are in spanish and they use accented characters. This is not a problem for java as they are allowed by spec (see http://java.sun.com/docs/books/jls/second_edition/html/lexical.doc.html#40625), but tapestry does not like them. I sent a patch (see https://issues.apache.org/jira/browse/TAP5-905) to allow them as properties but the problem goes far beyond that, for instance if I have a component class with a property using accented characters tapestry throws an exception saying that that property is not a vaild java identifier. As changing our data model is not an option I will like to know if you guys will accept a patch to make tapestry fully compliant with the java spec and if the answer is yes is this the appropiate channel to do that?.
Best regards, Manuel.
