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

[OT] jspc from command line...

2004-03-30 Thread Pady Srinivasan
Tomcat 5.0.16... When I try to run jspc from command line, I get this error: C:\projects>jspc -v -d c:\jspoutput -p com.myapp.reports -c Test newtest.jsp java.lang.NullPointerException at org.apache.jasper.JspC.initServletContext(JspC.java:990) at org.apache.jasper.JspC.execute(J