[
https://issues.jboss.org/browse/JBIDE-10320?page=com.atlassian.jira.plugi...
]
Alexey Kazakov resolved JBIDE-10320.
------------------------------------
Assignee: Victor Rubezhny (was: Alexey Kazakov)
Resolution: Done
fixed
Code assist for #{messages['...']} does not work properly
---------------------------------------------------------
Key: JBIDE-10320
URL:
https://issues.jboss.org/browse/JBIDE-10320
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.3.0.M4
Reporter: Vlado Pakan
Assignee: Victor Rubezhny
Fix For: 3.3.0.Beta1
Steps to reproduce:
1. Create JSF Kick Start with Facelets
2. Open inputname.xhtml page
3. Type text <h:outputText value="#{msgs[
4. Wait until Content Assist Window is opened and select 'prompt' item
ASSERT: Inserted text is #{msgs['prompt']}
ERROR: Inserted text is #{msgs['prompt'}] - wrong order of closing brackets
When testing with JSF 1.2 Kickstart project without facelets, inputUserName.jsp page,
inserted text h:outputText value="#{Message[ and 'header' Content Assist item
is used it's working correctly.
Steps how to invoke Code Assist Window is here
http://screencast.com/t/ZjZNa6GC2P
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira