[
https://issues.apache.org/jira/browse/PORTLETBRIDGE-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Freedman resolved PORTLETBRIDGE-49.
-------------------------------------------
Resolution: Fixed
Fix Version/s: 1.0.0
Updated PortletViewHandlerImpl.java so that we no longer throw an exception if
the SAVE_VIEWSTATE_FIELD_MARKER isn't found. Instead I just log a message and
forge ahead.
> Demos on MayFaces don't work
> ----------------------------
>
> Key: PORTLETBRIDGE-49
> URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-49
> Project: MyFaces Portlet Bridge
> Issue Type: Bug
> Affects Versions: 1.0.0
> Reporter: Michael Freedman
> Assignee: Michael Freedman
> Fix For: 1.0.0
>
>
> With the last rounds of checkins we broke servicing portlets via the bridge
> for MyFaces. Problem is the ViewHandler code changed to assume it would
> always encounter a VIEWSTATE_FIELD_MARKER in the response. If it didn't the
> new code threw an exception. This was added because we have made the marker
> we look for configurable (as the marker is implementation specific). Turns
> out MyFaces only writes the field marker is certain (less common/none
> default) cases. In the default (other) cases it writes the state directly
> into the response as it writes the response.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.