[
http://issues.apache.org/jira/browse/ADFFACES-14?page=comments#action_12413529
]
Adam Winer commented on ADFFACES-14:
------------------------------------
Added a configuration option. Please try setting:
<context-param>
<param-name>org.apache.myfaces.adf.CACHE_VIEW_ROOT</param-name>
<param-value>false</param-value>
</context-param>
... and see if <t:saveState/> works.
The problem I suspect is that t:saveState relies on processRestoreState being
called, and ADF Faces includes an optimization that often lets restoreState not
be called. BTW, saveState never generates HTML content, even when its working,
so that is not a symptom of this issue.
> <t:saveState> tomahawk component doesn't work with ADF Faces
> ------------------------------------------------------------
>
> Key: ADFFACES-14
> URL: http://issues.apache.org/jira/browse/ADFFACES-14
> Project: MyFaces ADF-Faces
> Type: Bug
> Reporter: Cosma Colanicchia
> Assignee: Adam Winer
>
> After having configured a project for ADF Faces, the tomahawk component
> <t:saveState> isn't working anymore. No HTML tags at all are generated in my
> page for this component, even if I can see from my log that encodeBegin /
> encodeEnd methods are called for it.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira