[
https://jira.jboss.org/jira/browse/JBIDE-3028?page=com.atlassian.jira.plu...
]
Alexey Kazakov updated JBIDE-3028:
----------------------------------
Fix Version/s: 3.0.0.beta1
Assignee: Victor Rubezhny (was: Alexey Kazakov)
JSF EL Code Assist for empty attributes is broken. IMO it's critical for beta1.
Wrong inserting of EL variables from context menu using CA .
------------------------------------------------------------
Key: JBIDE-3028
URL:
https://jira.jboss.org/jira/browse/JBIDE-3028
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.0.0.beta1
Reporter: Anton Klimkovich
Assignee: Victor Rubezhny
Priority: Critical
Fix For: 3.0.0.beta1
EXECUTE: Create JSF KickStart project
EXECUTE: Open hello.jsp
EXECUTE: Type <h:commandButton action="hello" value="" />
EXECUTE: Set cursor between "" (example: value="{cursor}" )
EXECUTE: Call CA
EXECUTE: Select #{Message} from context menu
FAILURE: Result : <h:commandButton action="hello" value=""
#{Message}/> . #{Message} will be inserted in the wrong place.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira