[ 
https://jira.jboss.org/jira/browse/RF-3341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ilya Shaikovsky updated RF-3341:
--------------------------------

    Workaround Description: 
1) main workaround. limitToList=true on action component from 3.3.1 allows to 
avoid this.

2) a4j:region with renderRegionOnly=true inside tab form

  was:a4j:region with renderRegionOnly=true inside tab form

                  Assignee:     (was: Ilya Shaikovsky)


> rich:dataTable encodes its childs if this isn't nesessary
> ---------------------------------------------------------
>
>                 Key: RF-3341
>                 URL: https://jira.jboss.org/jira/browse/RF-3341
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>            Reporter: Ilya Shaikovsky
>            Priority: Blocker
>             Fix For: Future
>
>
>       <rich:tabPanel switchType="ajax">
>               <rich:tab label="First">
>                       <h:form>
>                               <h:inputText value="#{userBean.name}">
>                                       <a4j:support event="onkeyup" 
> reRender="out1"/>
>                               </h:inputText>
>                               <h:outputText id="out1" 
> value="#{userBean.name}"/>
>                       </h:form>
>               </rich:tab>
>               <rich:tab label="Second" >
>                       <h:form>
>                               <h:inputText value="#{userBean.job}">
>                                       <a4j:support event="onkeyup" 
> reRender="out2"/>
>                               </h:inputText>
>                               <h:outputText id="out2" 
> value="#{userBean.job}"/>
>                               <rich:dataTable 
> value="#{capitalsBean.capitals}" var="cap">
>                                       <rich:column>
>                                               <h:outputText 
> value="#{cap.name}"/>
>                                       </rich:column>
>                               </rich:dataTable>
>                       </h:form>
>               </rich:tab>
>               <rich:tab label="Third">
>                       Here is tab #3
>               </rich:tab>
>       </rich:tabPanel>
> input some letters to input on tab 1
> getters and setters for name property called - OK
> getters and setters for job property doesn't called - OK
> getter for capitals list called. - WRONG

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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to