I have no idea what 'webtop' is or does. But I do have two points:
1) Your best bet for diagnosing parse failures in a JSP is to take a look at the
Java file for the
servlet that the container generates on behalf of the JSP. For
Tomcat, you'll find these in the folder tree under $CATALINE_HOME/work.
2) If the purpose of webtop is to provide conditional compilation in a JSP, you'd be better off switching to the standardized JSTL. Then you won't get responses like "I have no idea what 'webtop' is or does".