[jbosstools-issues] [JBoss JIRA] (JBIDE-11510) Implement in EL open-on, content assist, and validation of bean properties accessed by []

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Tue Apr 10 18:44:47 EDT 2012


Viacheslav Kabanovich created JBIDE-11510:
---------------------------------------------

             Summary: Implement in EL open-on, content assist, and validation of bean properties accessed by []
                 Key: JBIDE-11510
                 URL: https://issues.jboss.org/browse/JBIDE-11510
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: common/jst/core, jsp/jsf/xml source editing
    Affects Versions: 3.3.0.Beta1
            Reporter: Viacheslav Kabanovich
            Assignee: Viacheslav Kabanovich
             Fix For: 3.3.0.Beta3


See Expression Language Specification, Version 2.1, Section 1.6 "Operators [] and .".

EXECUTE: Create CDI or JSF bean with name 'user' and property 'address'.
EXECUTE: Write in a page the EL #{user['ad']} and save.
ASSERT: Validation creates marker "'ad' cannot be resolved".
ASSERT: Content assist at 'ad|' suggest proposal 'address'.
EXECUTE: Write in a page the EL #{user['address']} and save.
ASSERT: Open-on at token 'address' opens Java element that represents property 'address'.



--
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

        


More information about the jbosstools-issues mailing list