Page tree
Skip to end of metadata
Go to start of metadata

Syntax error occur when J2ee analyzer tries to process a JSP page into CAST-generated JSP implementation class.
This occurs when in a JSP scriptlet, non-java block i.e. some javascript code is written.
as in :

<%if ( sabine == null)%>

<script type="text/javascript"> goTo('deconnecter.do'); </script>

<% %>

Applicable in CAST Version
Release
Yes/No
8.3.x(tick)
8.2.x(tick)
8.1.x(tick)
8.0.x(tick)
7.3.x(tick)
7.2.x(tick)
7.0.x(tick)
Action Plan

JEE Analyzer first analyzes the server-side code (in this case the Java code) and then the client-side code (in this case JavaScript).

This is syntactically incorrect. The error occurs on client-side code and the analysis of the object containing the code fails. 

This JEE analyzer behavior applies even if server-side and client-side code appear on different lines in the same web file.

Here server and client side code are written in same web file so Jee analyzer can not analyze both code simultaneously

Notes

 

Related Pages

 

.

 

  • No labels