[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-999) var attributes in JSF datatable not recognized by Seam Validator

Max Andersen (JIRA) jira-events at lists.jboss.org
Mon Oct 15 11:33:07 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBIDE-999?page=all ]

Max Andersen updated JBIDE-999:
-------------------------------

       Issue Type: Feature Request  (was: Bug)
    Fix Version/s: 2.1
                       (was: 2.0.0.CR1)

yes - new feature. Definitly makes sense to support it.

> var attributes in JSF datatable not recognized by Seam Validator
> ----------------------------------------------------------------
>
>                 Key: JBIDE-999
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-999
>             Project: JBoss Tools
>          Issue Type: Feature Request
>          Components: JSF
>    Affects Versions: 2.0.0.Beta3
>            Reporter: Jacob Orshalick
>         Assigned To: Alexey Kazakov
>             Fix For: 2.1
>
>
> Named "var" attributes in a JSF datatable are not being recognized and are therefore evaluated by the Seam Validator as an Invalid Expression. For instance if I have the following:
> Code:
> ...
> <h:dataTable var="entry" value="#{myList}">
>   <h:column>
>      <h:outputText value="#{entry.value}" />
>   </h:column>
> ...
> myList is recognized but entry is not. #{entry.value} is shown as an Invalid Expression.

-- 
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