Re: JSP Syntax Error

2006-11-09 Thread Dima Retov
You have changed <% to <%= Thursday, November 9, 2006, 9:24:36 PM, you wrote: FML> I am trying to modify the snoop.jsp that comes with Tomcat 5.5.20. I FML> have the following snippet in my jsp and it compiles fine: FML> FML> Path info<% FML> out.print(util.HTMLFilter.filter(request.ge

JSP Syntax Error

2006-11-09 Thread Fisher, Mitchell L
I am trying to modify the snoop.jsp that comes with Tomcat 5.5.20. I have the following snippet in my jsp and it compiles fine: Path info<% out.print(util.HTMLFilter.filter(request.getPathInfo())); %> If I add the following before the above use of getPathInfo, I get syntax errors on th