DO NOT REPLY [Bug 11646] New: - Jasper compilation problem: 'else' without 'if'

2002-08-12 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11646. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: DO NOT REPLY [Bug 11646] New: - Jasper compilation problem:'else' without 'if'

2002-08-12 Thread Jens Khnberger
I don't think this is an error in jasper but in your source code. If you do the if else the following way there shouldn't be any compilation error: % if (ua.indexOf(wildfire withtrail)=0) { % SCRIPT LANGUAGE=JavaScript1.2var is_Wildfire=true/SCRIPT % } else { % SCRIPT LANGUAGE=JavaScript1.2var