Top
Interstage Studio User's Guide
FUJITSU Software

E.4 Problems Related to JavaScript

JavaScript parsing errors might occur

[Symptom]

The literal format of reserved words and regular expressions might not be handled correctly in the JavaScript syntactic analysis and result in an error.

[Action]

Disable the JavaScript syntactic analysis is not executed, according to the procedure below:

Point

To delete a problem from the Problem view, before disabling JavaScript syntactic analysis, in a state where build is not performed automatically, project clean must be executed.

Note

When the JSP editor enters a JSP tag in JavaScript code between <script> - </script> tags, a JavaScript syntax error may be displayed in the Problems View.

JSP tags are dynamically converted when JSP is executed. However, because JSP tags cannot be converted when the editor performs a JavaScript syntax check, they may appear to be syntax errors.

If this applies, perform the build or execution operation as is. Even though a syntax error is detected, the build or execution operation can be performed.