[ 
https://issues.apache.org/jira/browse/ADFFACES-471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Adam Winer resolved ADFFACES-471.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.1-incubating-core-SNAPSHOT

Fixed.  The warning is actually letting you know that the label could not be 
PPR-replaced.  I've fixed the warning - but not enabled PPR-replacing the label 
in this scenario, which would require rendering a bonus ID that would bloat the 
output somewhat.

> PPR in a panelFormLayout
> ------------------------
>
>                 Key: ADFFACES-471
>                 URL: https://issues.apache.org/jira/browse/ADFFACES-471
>             Project: MyFaces ADF-Faces
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.0-incubating-core
>         Environment: Windows XP
>            Reporter: Jim Dolinski
>            Priority: Minor
>             Fix For: 1.0.1-incubating-core-SNAPSHOT
>
>
> When using partial page rendering within a panelFromLayout tag I receive:
> <tr:panelFormLayout id="panelFormLayout" labelWidth="20%" fieldWidth="80%">
>       <tr:selectOneChoice id="selEngFirm" label="New Engineering Firm:" 
> autoSubmit="true"                         value="#{newChangeReq.pcEngFirmId}" 
> valuePassThru="true" immediate="true" unselectedLabel="-Select One-">
>       <f:selectItems value="#{newChangeReq.pcEngFirmList}"/>
>                                       </tr:selectOneChoice>
>                                       <tr:selectOneChoice id="selEngRep" 
> label="New Engineering Rep:" value="#{newChangeReq.pcEngRepId}" 
> partialTriggers="selEngFirm" unselectedLabel="-Select One-">
>                                               <f:selectItems 
> value="#{newChangeReq.pcEngRepList}"/>
>                                       </tr:selectOneChoice>
> </tr:panelFormLayout>
> 07:28:47,352 ERROR [STDERR] Apr 27, 2007 7:28:47 AM 
> org.apache.myfaces.trinidadinternal.renderkit.core.ppr.PPRResponseWriter$PPRTag
>  finish
> WARNING: No PPR-capable id found for elements of 
> CoreSelectOneChoice[UIXEditableFacesBeanImpl, id=selEngRep]. This component 
> has not written-out an id attribute.
> However, when I remove the panelFormLayout tag, I do not get the above error.

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

Reply via email to