Hi, I have used a <html:textarea> to get some informations and so I have a String with several lines. When I put that String in a <bean:write> the presentation is different.
I have seen in the Struts help that if there is a PropertyEditor configured for the property value's class, the getAsText() method will be called. Otherwise, the usual toString() conversions will be applied. The problem is I do not know how to configure that PropertyEditor, is someone can help me please ? I hope I was clear. Sebastien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

