You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Mathias Walter <ma...@gmx.net> on 2008/03/04 17:37:40 UTC

[Trinidad] No PPR-capable 'id' found

Hi,

I'm using PPR to partially render a table row. The cells contain
tr:inputText elements which are read-only, if the row is not in edit mode.

<tr:inputText value="#{sample.value}" readOnly="#{pm.visibleOnly}"
partialTriggers="sEdit sSave sReset" />

If I submit the form (<tr:commandLink id="sSave" actionListener="#{pm.save}"
text="Save" partialSubmit="true" rendered="#{!pm.visibleOnly}">) I get
warnings like:

04.03.2008 16:55:47
org.apache.myfaces.trinidadinternal.renderkit.core.ppr.PPRResponseWriter$PPR
Tag finish
WARNUNG: No PPR-capable 'id' found for elements of
CoreSelectOneChoice[UIXEditableFacesBeanImpl, id=j_id_jsp_997528573_42].
This component has not written-out an 'id' attribute.
04.03.2008 16:55:47
org.apache.myfaces.trinidadinternal.renderkit.core.ppr.PPRResponseWriter$PPR
Tag finish
WARNUNG: No PPR-capable 'id' found for elements of
CoreInputText[UIXEditableFacesBeanImpl, id=j_id_jsp_997528573_46]. This
component has not written-out an 'id' attribute.

But setting an id to an element which is rendered in each row does not make
sense and does not solve the problem.

What is wrong?

--
Kind regards,
Mathias