]
Max Rydahl Andersen resolved JBIDE-2318.
----------------------------------------
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!
Case Sensitive Code Completion in JSF page editor
-------------------------------------------------
Key: JBIDE-2318
URL:
https://issues.jboss.org/browse/JBIDE-2318
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing
Affects Versions: 2.1.1
Environment: JBDS 1.1.0 CR 1, JBoss Tools 2.1.1 GA (tested Both), Windows XP,
Eclipse-Europa-Winter, brand new project
Reporter: Andy Gibson
Assignee: Victor Rubezhny
Fix For: LATER
Attachments: bug3.swf, bug3.swf.html
There are some issues with case sensitivity in the code completion for Seam items.
I'll attach a movie demonstrating this, but essentially, if you try code completion
with :
<h:outputText value="#{paramv"/> (lower case 'v' at the end)
Then the value #{paramValues} will appear in the code suggestions.
However, if you have :
<h:outputText value="#{conversatione"/> (lower case 'e' at the
end)
Then #{conversationEntries} does NOT appear, but it will appear if I make the trailing
'e' an upper case 'E'.
The conversationEntries and paramValues are available in a newly created project if you
want to try and re-produce the problem.
If I create a bean called "myBean" and type :
<h:outputText value="#{myb"/>
Then myBean does not appear but if you type ;
<h:outputText value="#{myB"/>
Then myBean does appear.
The problem also extends into methods / attributes on the bean, so
#{conversation.changeflush does not return anything.
--
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: