| Summary: | [validation][translation] Validation messages reported for JSP EL within JavaScript event handler | ||
|---|---|---|---|
| Product: | [WebTools] JSDT | Reporter: | KrasiG <krasig> |
| Component: | Web | Assignee: | Project Inbox <jsdt.web-inbox> |
| Status: | NEW --- | QA Contact: | Chris Jaun <cmjaun> |
| Severity: | normal | ||
| Priority: | P3 | CC: | cmjaun, linzuxiong1988, manderse, thatnitind |
| Version: | unspecified | ||
| Target Milestone: | Future | ||
| Hardware: | PC | ||
| OS: | Windows Server 2003 | ||
| Whiteboard: | |||
One way to ignore the annoying errors is that : 1.remove javascript -> validator -> errors/warning. 2.remove project -> .project file -> javascript command 3.It is important,too! delete js file and import again. |
Build Identifier: 20100617-1415 I have JSF application. In page i have expressions like: I have this expression: ......onclick="if(! confirm('#{labels['general.confirmDelete']}')) return false;">..... And validation give me next errors: Syntax error on token ")", ; expected Syntax error on token "confirmDelete", ( expected after this token Syntax error, insert ") BlockStatement" to complete ProgramElements Syntax error, insert ") BlockStatement" to complete ProgramElements Syntax error, insert ")" to complete MethodInvocation For me expression is correct JS validator doesn't work properly if there is any EL in JS constructions Reproducible: Always