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

Vlado Pakan (JIRA) jira-events at lists.jboss.org
Wed May 2 06:43:17 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-11510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vlado Pakan closed JBIDE-11510.
-------------------------------



Verified with jbdevstudio-product-linux-gtk-5.0.0.v201204301418M-H119-Beta3.
                
> 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