I had the following line in a JSP file :
        "hello, this is the index jsp file from d:\web\index.html"
and when I tried to access it the following error was generated :
----------------------------------------------
Syntax error in source
__jspPage0.java:25: Invalid escape character.

                        out.write("<html>\r\n<body>\r\nhello, this is the index jsp 
file from
d:\web\index.html \r\n<br>\r\ntime is ");

                                                                                       
         ^
----------------------------------------------

Presumably the JSP generator just needs to be modified to escape any
existing slash characters.

Thank you,
Brien Voorhees



Reply via email to