Ok, thanks for the info. I guess I failed to mention on my previous message that the PPR is not working at all unless I use inputListOfValues. When I try using a traditional approach inputText and commandLink, the inputText is not updated. Maybe there are other issues at large?
Thanks, -Brian On 5/1/07, Adam Winer <[EMAIL PROTECTED]> wrote:
I think this is http://issues.apache.org/jira/browse/ADFFACES-471 which got fixed recently. The error message isn't something to worry too much about. -- Adam On 5/1/07, Brian Smith <[EMAIL PROTECTED]> wrote: > I am having some problems with PPR. I am also using JBoss Seam and am not > sure if that has something to do with it. I using partial triggers on any > components, I get this message > > 2007-05-01 11:08:55,763 ERROR [STDERR] May 1, 2007 11:08:55 AM > org.apache.myfaces.trinidadinternal.renderkit.core.ppr.PPRResponseWriter$PPRTag > finish > WARNING: No PPR-capable id found for elements of > CoreInputListOfValues[UIXEditableFacesBeanImpl, > id=customer_input]. This component has not written-out an id attribute. > > here is the part of the page > > <tr:inputListOfValues returnListener="#{requestEntry.processReturn}" > id="customer_input" label="Enter New Customer:" value="" > action="dialog:chooseCustomer"/> > > Partial Triggers is supposedly set up for me when using inputListOfValues > but I get this same message when using traditional dialogs with inputText > and commandLink components. > > Any ideas? > > Thanks > -Brian >

