Experts,
I am working on "Studio Edition Version 12.2.1.2.0".
I have detail page where i am using URL query parameter as input parameter for my task flow.
When I use URL as <http:HOST:PORT/webcenter/portal/wfrportal/pages_xxxx/test/testurlqueryparamdetails?employeeID=4500444
i am looking at logs, I found below errors and I am using URL as
oracle.webcenter.portal.runtime.controller.PortalControllerRuntimeException: The AdfPortalController Failed to redirect to URL '/webcenter/portal/wfrportal/pages_xxxx/test/testurlqueryparamdetails?_afrMFO=0&_afrMFR=117&_afrWindowMode=2&employeeID=4500444&_afrMFS=0&_afrMFG=0&_afrMFH=784&_afrMFCI=0&_afrMFM=0&_afrMFDH=882&_afrMFC=8&_afrMT=screen&_afrLoop=1278586717879356&_afrMFW=1567&_afrFS=16&Adf-Window-Id=mrjdco7g&_afrMFDW=1567'.
at oracle.webcenter.portal.runtime.controller.impl.adf.AdfPortalController.redirect(AdfPortalController.java:257)
at oracle.webcenter.portal.runtime.controller.impl.PortalController.processErrors(PortalController.java:270)
at oracle.webcenter.portal.runtime.controller.impl.PortalController.init(PortalController.java:103)
at oracle.webcenter.portal.runtime.controller.impl.adf.AdfPortalController$Proxy$_$$_WeldClientProxy.init(Unknown Source)
at oracle.webcenter.portal.runtime.controller.impl.adf.PortalViewHandler.createView(PortalViewHandler.java:35)
at oracle.webcenter.portalframework.sitestructure.handler.CustomViewHandler.createView(CustomViewHandler.java:128)
at javax.faces.application.ViewHandlerWrapper.createView(ViewHandlerWrapper.java:173)
at javax.faces.application.ViewHandlerWrapper.createView(ViewHandlerWrapper.java:173)
at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.createView(ViewHandlerImpl.java:108)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._restoreView(LifecycleImpl.java:1011)
at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:359)
On task flow default method call i am reading that parameter and executing my criteria in the application module and using the same VO instance to drop as form on the top of the page and same VO instance i am dropping as table on the page.
Now everything working as expected in my local JDeveloper and thing looks perfectly fine. Now i have deployed these changes into portal there the form section is displaying the data but table i am not getting any data. It's returning empty rows.
I am not understanding what is missing. Default method is executing and i can see the data in the header of the page but the same instance as a table is not working. It's pointing to new application and everything is new for this task flow. Do I need to configuration anything in the webcenter protal for this new application configuration?
Any inputs are highly appreciate.