]
Alexey Kazakov commented on JBIDE-11510:
----------------------------------------
BTW WTP Facelet validator doesn't support such ELs.
For example <h:outputText value="#{a['b'].addA()}"> causes EL
Syntax Error. We need to report it to bugzilla.
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: