RE: escaping xml..

2004-07-26 Thread Raghuram Kanadam
Pady, Try bean:write with filter = true? -Original Message- From: Pady Srinivasan [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 1:29 AM To: [EMAIL PROTECTED] Subject: escaping xml.. Using Struts 1.1... We have a jsp page that uses a html:option tag. When the data

escaping xml..

2004-07-26 Thread Pady Srinivasan
Using Struts 1.1... We have a jsp page that uses a html:option tag. When the data loaded into this option has special characters ( "<>;? etc ) this is not escaped in the html that results in the form submit having no value for the html select element. This does not happen when using JSTL ( c:out