Partial page updates do not work in Opera 10.63
-----------------------------------------------
Key: TRINIDAD-1964
URL: https://issues.apache.org/jira/browse/TRINIDAD-1964
Project: MyFaces Trinidad
Issue Type: Bug
Affects Versions: 1.2.13-core
Environment: Myfaces Trinidad 1.2.13, Myfaces 1.2.7, Ubuntu Hardy
Reporter: Joe Rossi
We have a page which contains a treetable component. When the page is rendered
using Opera 10.63 and the user clicks on a node to expand it then the following
exception occurs:
at
org.apache.myfaces.trinidadinternal.renderkit.core.ppr.PPRResponseWriter.<init>(PPRResponseWriter.java:59)
at
org.apache.myfaces.trinidadinternal.renderkit.core.CoreRenderKit.createResponseWriter(CoreRenderKit.java:609)
at
org.apache.myfaces.trinidadinternal.renderkit.RenderKitDecorator.createResponseWriter(RenderKitDecorator.java:54)
The above code path occurs because the Opera agent does not have the capability
TrinidadAgent.CAP_PARTIAL_RENDERING.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.