You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Dennis Byrne (JIRA)" <de...@myfaces.apache.org> on 2006/02/25 02:25:39 UTC

[jira] Reopened: (MYFACES-1009) dataList does not call setter for var variable.

     [ http://issues.apache.org/jira/browse/MYFACES-1009?page=all ]
     
Dennis Byrne reopened MYFACES-1009:
-----------------------------------

     Assign To:     (was: Martin Marinschek)

https://issues.apache.org/jira/browse/TOMAHAWK-156

> dataList does not call setter for var variable.
> -----------------------------------------------
>
>          Key: MYFACES-1009
>          URL: http://issues.apache.org/jira/browse/MYFACES-1009
>      Project: MyFaces Core
>         Type: Bug
>     Versions: 1.1.1
>     Reporter: Daniel Ray

>
> The following never calls setArtistLname. It will render the correct number of input fields for the declared value.
> <t:dataList value="#{TASK.track.artistList}" var="artist">
>                         <t:inputText value="#{artist.artistLname}"  />
>                         <t:inputText value="#{artist.artistFname}"  />
>                 </t:dataList>
> Changing to dataTable works just fine.
> <t:dataTable value="#{TASK.track.artistList}" var="artist">
>                     <t:column>
>                         <t:inputText value="#{artist.artistLname}" />
>                     </t:column>
>                     <t:column>
>                         <t:inputText value="#{artist.artistFname}" />
>                     </t:column>
>                 </t:dataTable>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira