In the old Tapestry 3 days if you wanted to discard a page in a listener method you needed to something like this:

getEngine().getPageRecorder(this.getPageName(), cycle).markForDiscard();

However in TP4 you no longer have access to getPageRecord() on IEngine() or IRequestCycle().
Is it even needed anymore?  I saw this on the Tapestry website
"the invocation of the listener is (by default) deferred until the end of the form submission, just before the Form's listener is invoked. In Tapestry 3.0, the invocation was immediate."


--

Scott F. Walter         Scott F. Walter
Principal Consultant
Vivare, Inc.

E: [EMAIL PROTECTED]
E: [EMAIL PROTECTED]
Visit scottwalter.com <http://scottwalter.com> --Point.  Click.  Explore!




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to