Hi,
Due to the requirements related to i18n in my app I use characters that are encoded like ł or ó and so on. If the validation fails the values typed in the <html:text.../> or <html:textarea../> are remembered and return to the input with those charecters escaped - that means if you take a look at the html source the tags look kind of like... <input type="text" name="firstName" value="abc&ł">. The question is - how can I turn the escaping feature off in struts tags?? Regards Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]