Details
Description
Repro:
- Make a Servlet that does an include of a Page Flow action. The easiest thing to do would probably be to look under netui/test/webapps/drt/coreWeb, at:
- /WEB-INF/web.xml (for registration of the ServletInclude Servlet)
- /WEB-INF/src/miniTests/servletInclude/IncludeJPFServlet.java (for the Servlet itself)
- miniTests/servletInclude/* (for the page flow)
- In the action that you're including from the Servlet, add an action output, and on the destination page, display it (as a page input).
- Hit the Servlet.
EXPECTED: see the destination page, with the page input displayed.
ACTUAL: see the destination page, but no page input is displayed.