May throw a {@link org.apache.tapestry.PageRedirectException}, to redirect the user to an appropriate part of the system (such as, a login page).
580581582583584585586587588589590
PageValidateListener l = (PageValidateListener) listeners[i + 1]; if (event == null) event = new PageEvent(this, _requestCycle); l.pageValidate(event); } } } /**
594595596597598599600601602603604
553554555556557558559560561562563