You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "lantian (JIRA)" <my...@incubator.apache.org> on 2005/07/04 07:09:09 UTC

[jira] Created: (MYFACES-295) all of the input component of myfaces are not able to save state when they are not rendered at the first time in the x:dataTable

all of  the input component of  myfaces are not able to save state when they  are not rendered at the first time in the x:dataTable
-----------------------------------------------------------------------------------------------------------------------------------

         Key: MYFACES-295
         URL: http://issues.apache.org/jira/browse/MYFACES-295
     Project: MyFaces
        Type: Bug
    Versions: 1.0.9 beta    
 Environment: jdk1.4.0.2
myfaces 1.0.9 beata
    Reporter: lantian


   <x:dataTable      ......preserveDataModel="true" var="row">
      <h:column>
              <h:inputText value="#{row.name}" rendered="#{myBean.renderedName}" />
     </h:colunmn>
   ........
 </x:dataTable>

 the inputText  of  myfaces  is not able to save state when it is not rendered at the first time .

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


[jira] Closed: (MYFACES-295) all of the input component of myfaces are not able to save state when they are not rendered at the first time in the x:dataTable

Posted by "sean schofield (JIRA)" <my...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-295?page=all ]
     
sean schofield closed MYFACES-295:
----------------------------------

    Resolution: Fixed

Duplicate of MYFACES-296

> all of  the input component of  myfaces are not able to save state when they  are not rendered at the first time in the x:dataTable
> -----------------------------------------------------------------------------------------------------------------------------------
>
>          Key: MYFACES-295
>          URL: http://issues.apache.org/jira/browse/MYFACES-295
>      Project: MyFaces
>         Type: Bug
>     Versions: 1.0.9 beta
>  Environment: jdk1.4.0.2
> myfaces 1.0.9 beata
>     Reporter: lantian

>
>    <x:dataTable      ......preserveDataModel="true" var="row">
>       <h:column>
>               <h:inputText value="#{row.name}" rendered="#{myBean.renderedName}" />
>      </h:colunmn>
>    ........
>  </x:dataTable>
>  the inputText  of  myfaces  is not able to save state when it is not rendered at the first time .

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