Is Spring Web flow 2.3.1 going to support Oracle ADF 11.1.2.3?
Hello,
I am trying to run Spring Webflow 2.3.1 with Oracle ADF 11.1.2.3 implementation of JSF 2.0. Is Spring Webflow going to support this implementation? I am really looking for a solution to user Oracle ADF 11.1.2.3 with Spring webflow 2.3.1.
Currently I am getting multiple exceptions and warning in the log like,
<SessionDataUpdateManager> <__getPageDataUpdateManager> cannot register active data when window has no name
<DocumentRenderer> <_setPerViewStateSaving> The 'stateSaving' attribute is only supported with the Trinidad internal StateManager, but yours is: org.springframework.faces.webflow.FlowViewStateMan ager@73a17617
Exceptions while rendering f:view tag in the jspx page.
Code:
Caused by: java.lang.NullPointerException
at javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:684)
at javax.faces.webapp.UIComponentClassicTagBase.doStartTag(UIComponentClassicTagBase.java:1311)
at com.sun.faces.taglib.jsf_core.ViewTag.doStartTag(ViewTag.java:197)
- Sujay