[
https://issues.jboss.org/browse/JBIDE-2769?page=com.atlassian.jira.plugin...
]
Max Rydahl Andersen resolved JBIDE-2769.
----------------------------------------
Resolution: Out of Date
Thank you for reporting this issue but this issue have been resolved as out-of-date since
it has not had any updates for the last 2+ years (730 days).
If you believe this issue is still relevant and important then please reopen the issue or
create a new one mentioning/linking this jira for background information.
Thank you!
The source editor marks a EL expression as invalid inside the onclick
event
---------------------------------------------------------------------------
Key: JBIDE-2769
URL:
https://issues.jboss.org/browse/JBIDE-2769
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing, upstream
Affects Versions: 3.0.0.alpha
Environment: Windows XP SP3, Eclipse 3.4.
Reporter: Cesar Perez
Assignee: Victor Rubezhny
Fix For: LATER
Attachments: TestOnClickError.jsp
The source editor for JSP marks a valid EL expression inside the onclick event of an
outputLink as invalid. The line is:
<h:outputLink id="addProjectButton"
onclick="#{rich:component('addProjectPanel')}.show(); return false;"
value="#">
And the error is marked over the # chracter in the onclick event. The message is - Syntax
error on token "Invalid Character" , throw expected. If I remove the script tags
on my JSP the error disappears. It also has a warning on the same line saying missing
semicolon just before the .show function.
Attached is part of the code I am working on which has this issue.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira