thanks, Sven, where did you find the list of configurable properties in xsp.property?
but there is a method for that now, no need to configure in xsp.property
requestScope.paramA="something";
context.redirectToPage("/pageB.xsp",false);
I do believe that the code behind redirect=false, is the more or
less the same as manually choosing a page viewroot for rendering
trace of code:
com.ibm.xsp.designer.context.XSPContext.redirectToPage(String paramString, boolean paramBoolean)
com.ibm.xsp.designer.context.XSPContext.renderPage(String paramString, boolean paramBoolean)
com.ibm.xsp.application.NavigationHandlerImpl.createView(localFacesContext, paramString, paramBoolean)
com.ibm.xsp.controller.FacesControllerImpl.restoreView(FacesContext paramFacesContext, String paramString)
REF: https://forums.oracle.com/forums/thread.jspa?threadID=654384