[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-2330) Seam validator can't resolve EL with 'strings'.

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Wed Jun 18 08:25:37 EDT 2008


     [ 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

        



More information about the jbosstools-issues mailing list