[
https://issues.jboss.org/browse/JBIDE-11510?page=com.atlassian.jira.plugi...
]
Alexey Kazakov commented on JBIDE-11510:
----------------------------------------
Actually it's not a problem with ['...']. It's a problem with (). It's
a known bug of WTP and it's already in bugzilla. So, false alarm.
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