I did a bit more digging, and it seems there is a problem with Tomcat 5.5.20.
It doesn't handle "\$" in your JSP source file very well.
I had an email validation regex pattern (javascript) on that page, fixed it by importing
the regex pattern from a seperate .js file (not parsed by Tomcat).
See
http://issues.apache.org/bugzilla/show_bug.cgi?id=40797
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027506#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...