Problem with PPR for components with multiple HTML tags
-------------------------------------------------------
Key: TRINIDAD-988
URL: https://issues.apache.org/jira/browse/TRINIDAD-988
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 1.0.6-core
Reporter: Tomas Havelka
Fix For: 1.0.7-core
I found some problem with PPR with components, which renders as many HTML tags.
When this tags has no id specified, NO_PPR_CAPABLE_ID_FOUND_FOR_COMPONENT
warning is logged. Even if this is just a warning, this should be fixed.
Problem is, that components like showDetailHeader, inputListOfValues, read-only
inputText renders many HTML elements where any of them has no element id
specified. For example dialog link in showDetailHeader component renders as A
tag with no id specified and warning occurs for this tag. This is done in
finish method of
org.apache.myfaces.trinidadinternal.renderkit.core.ppr.PPRResponseWriter$PPRTag
class.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.