Hi All, I need help with a LongResponsePage
I have a component LongResponseStatusPage which displays a progress indicator and message. The LongResponseStatusPage extends LongResponsePage and implements methods for refreshPage, pageForResult, cancelPage, and performAction.
When one component calls the LongResponseStatusPage, and the user clicks cancel, the cancelPage method is called and the user is returned to the appropriate page.
When another component calls the LongResponseStatusPage, and the user clicks cancel, the cancelPage method is called, but then hangs and the user is not returned to the appropriate page.
the cancelPage method is supposed to return the user to a specified return page. In both instances the return page is not null and the calling components both extend the same component.
I dont know where to look next? How can it not return a page and just hang?
Any help would be appreciated, and please be as specific as possible. WebObjects 5.3.3 Openbase 11 Thanks in Advance Shelley _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
