Re: textfield escapes name attribute

2010-07-24 Thread Michal Ciasnocha
Hi Björn, I think it is general problem with naming attributes in local languages. Best practice for Java (and other programming languages) is use only some characters (that means a - z, numbers and underscore). Why didnt use for attribute "stra*ß*e" its equivalent like "strasse"? It saves y

textfield escapes name attribute

2010-07-24 Thread Björn Raupach
Hi group, I am having some trouble with the textfield tag. We have java beans that use german umlauts as well as the letter 'ß' in some property names. To set the property in a from we use the textfield tag. Below is a snippet: Straße Problem is the rendered html page escapes the name a