[
http://jira.jboss.com/jira/browse/JBIDE-2330?page=all ]
Alexey Kazakov updated JBIDE-2330:
----------------------------------
Description:
Testcase:
EXECUTE: create seam project (use our seam wizard)
EXECUTE: open any *.xhml
EXECUTE: add #{identity.hasRole('admin')}
EXECUTE: save, build
ASSERT: there are not any markers on #{identity.hasRole('admin')}
EXECUTE: add #{identity.hasR('admin')}
ASSERT: there is a marker on #{identity.hasR('admin')} :
"Can't resolve #{identity.hasR('admin')}"
was:
For example:
Can't resolve #{identity.hasRole('admin')}
But resolves #{identity.hasRole()}
Seam validator can't resolve EL with 'strings'.
-----------------------------------------------
Key: JBIDE-2330
URL:
http://jira.jboss.com/jira/browse/JBIDE-2330
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing, Seam
Affects Versions: 2.1.1
Reporter: Alexey Kazakov
Assigned To: Anton Klimkovich
Fix For: 2.1.2, 3.0.alpha
Testcase:
EXECUTE: create seam project (use our seam wizard)
EXECUTE: open any *.xhml
EXECUTE: add #{identity.hasRole('admin')}
EXECUTE: save, build
ASSERT: there are not any markers on #{identity.hasRole('admin')}
EXECUTE: add #{identity.hasR('admin')}
ASSERT: there is a marker on #{identity.hasR('admin')} :
"Can't resolve #{identity.hasR('admin')}"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira