Hi,
A javascript function in my jsp file causes a parse error (lexical
error). Here is
a snippet of the function :
if (a < b) {
...
}
The culprit is the "<" character. How should I deal with this so that
the jsp
can be parsed properly? I am using JRUN as the engine.
Thanks for any info.
Regards
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".