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

Jacob Orshalick (JIRA) jira-events at lists.jboss.org
Tue Oct 2 16:46:15 EDT 2007


     [ http://jira.jboss.com/jira/browse/RHDS-207?page=all ]

Jacob Orshalick updated RHDS-207:
---------------------------------

    Description: 
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.

  was:
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 is shown as an Invalid Expression.


> var attributes in JSF datatable not recognized by Seam Validator
> ----------------------------------------------------------------
>
>                 Key: RHDS-207
>                 URL: http://jira.jboss.com/jira/browse/RHDS-207
>             Project: Red Hat Developer Studio
>          Issue Type: Bug
>    Affects Versions: 1.0.0.beta1
>            Reporter: Jacob Orshalick
>
> 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