Destroying a page instance
Destroying a page instance
- Subject: Destroying a page instance
- From: Bill Reynolds <email@hidden>
- Date: Mon, 05 Apr 2004 06:20:50 -0800
I'm using an action on a page to create a new page (in a new window). It's
a simple 'pageWithName' function, and that works fine.
But, when the user closes the new window and clicks the link a second time
it doesn't work as expected. I would expect my method to create another
'pageWithName' from scratch. But this only works if the user 'refreshes'
the initial page before clicking the link a second time.
So how do I kill the new window/pageWithName instance so that the
action/link will only generate fresh instances each time?
Thanks very much,
-Bill
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.