Added a get/set NextPassState.
The Process method now sets and keeps the pass state correct for the entire page.
Previously the pass state was only correct while in the process() method or the methods called by process().
The jsp page itself would always have SUBSEQUENT pass, which is now corrected.