As of WOF 4, it is not recommended that you access the Context via the
Application, but rather directly from the page itself.  Access via the
Application is not multi-thread friendly.

Charles.


-----Original Message-----
From: Marco Lawrenz [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 18, 1999 6:46 AM
    public WOCompoent nextPage() {

        WONextPage nextPage =
(WONextPage)application().pageWithName("WOMailURL");
        nextPage.setPrevPage(application().context().page());

        return nextPage;
    }

Reply via email to