Page with EO's not refreshing properly
Page with EO's not refreshing properly
- Subject: Page with EO's not refreshing properly
- From: Greg Hulands <email@hidden>
- Date: Wed, 7 Jan 2004 21:00:29 +1000
Hi,
I have a component that lists some EO's that can be edited. When click
the editing component is displayed and the user clicks the save button
I run the following code:
public WOComponent save()
{
session().defaultEditingContext().saveChanges();
WOComponent n = pageWithName(caller);
return n;
}
It seems that the page returned has been cached and the new values of
the EO's have not been refreshed in the component.
Is there a way to force a page not to cache?
Any help is appreciated.
Regards,
Greg
_______________________________________________
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.