2007/12/6, zargarf <[EMAIL PROTECTED]>: > > I was wondering, if there's anyway to automatically convert these back to > the original < > characters before they are set to the form attributes.
Probably you are interested in Commons Lang StringEscapeUtils.unescapeXml: http://commons.apache.org/lang/api-release/org/apache/commons/lang/StringEscapeUtils.html#unescapeXml(java.lang.String) Antonio