Hi,
I'd like to redirect from ExceptionReport class to a normal page, however I
notice that onActivate was never called, any idea? Thanks,

public class ExceptionReport implements ExceptionReporter {

    public void reportException(Throwable exception) {

    }

    public Object onActivate() {
                return MyIndex.class;
    }

}

-- 
View this message in context: 
http://www.nabble.com/t5%3A-onActivate-and-Exceptionreport-tp25726160p25726160.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to