[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-6855) Content Assist for Managed Bean properties and message from Properties file doesn't work

Vlado Pakan (JIRA) jira-events at lists.jboss.org
Tue Aug 17 11:04:11 EDT 2010


Content Assist for Managed Bean properties and message from Properties file doesn't work
----------------------------------------------------------------------------------------

                 Key: JBIDE-6855
                 URL: https://jira.jboss.org/browse/JBIDE-6855
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Visual Page Editor core
    Affects Versions: 3.2.0.M2
         Environment: Linux 32bit Java Sun JDK 1.6 JBT 3.2.0.v20100811-1926-H220-M2
            Reporter: Vlado Pakan
            Assignee: Maxim Areshkau


Steps to reproduce:

1. Create new JSF Kick Start project
2. Open <jsf project>/WebContent/pages/inputUserName.jsp page
3. Set cursor position after 'Message.' within tag <h:outputText value="#{Message.prompt_message}"/>. Call Content Assist. It's not offering any choice but it should offer all keys from Messages.properties file i.e. header, promt_message and hello_message.
4. Set cursor position before 'Message.prompt_message' and call Content Assist. There is again no choice to choose but there should be possible to select Message or User.
5. Set cursor position after 'user.' within tag <h:inputText value="#{user.name}" required="true"> and call Content Assist. There is again no choice to choose but there should be possible to choose name property of User Managed Bean and getter/setter for this property. 
6. Set cursor position before 'user.name' and call Content Assist. There is again no choice to choose but there should be possible to select Message or User.

This is working in JBDS 4.0.0.M1

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list