You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Gerald Müllan (JIRA)" <de...@myfaces.apache.org> on 2008/05/27 17:48:13 UTC

[jira] Commented: (TOMAHAWK-1261) PPR Bug with datatable (f:facet does not work)

    [ https://issues.apache.org/jira/browse/TOMAHAWK-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12600162#action_12600162 ] 

Gerald Müllan commented on TOMAHAWK-1261:
-----------------------------------------

Have you tried it with a simple outputText component instead of plain text? Plain text will be marked as transient and therefore removed after a ppr request.

> PPR Bug with datatable (f:facet does not work)
> ----------------------------------------------
>
>                 Key: TOMAHAWK-1261
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1261
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>    Affects Versions: 1.1.7-SNAPSHOT
>            Reporter: apfel007
>
> pprPanelGroup lose header by Refresh (found in JSF Workshop)
> <s:pprPanelGroup id="ppr1"
>             partialTriggers="increaser">
>             <h:dataTable value="#{increaseBean.persons}" var="inc">   
> 			  <h:column>
> 			    <f:facet name="header">
> 			      Name
> 			    </f:facet>
> 			     <h:outputText value="#{inc.name}"/>
> 			  </h:column>
> 			  <h:column>
> 			    <f:facet name="header">
> 			     Vorname
> 			    </f:facet>
> 			     <h:outputText value="#{inc.vorname}"/>
> 			  </h:column>
> 			</h:dataTable> 
>         </s:pprPanelGroup>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.