<%@ page language="java" contentType="text/html;charset=UTF-8"%> <%@ taglib prefix="netui" uri="http://beehive.apache.org/netui/tags-html-1.0"%> <%@ taglib prefix="netui-data" uri="http://beehive.apache.org/netui/tags-databinding-1.0"%> <%@ taglib prefix="netui-template" uri="http://beehive.apache.org/netui/tags-template-1.0"%>

${pageFlow.URI}

This test ensures that page flow nesting is friendly to the browser back button. To run it, execute the following sequence:

  • Click the 'goB' link.
  • Click 'done' on the next page.
  • Click the 'goC' link.
  • Use the back button to get back to the previous page (the one with 'goB' and 'goC').
  • Refresh that page in the browser.

Without the fix to this bug, you would get an action-not-found error for 'bDone' in page flow C. With the fix, you are properly returned to A.


goB
goC