Re: Page with EO's not refreshing properly
Re: Page with EO's not refreshing properly
- Subject: Re: Page with EO's not refreshing properly
- From: Arturo PĂ©rez <email@hidden>
- Date: Wed, 7 Jan 2004 08:24:51 -0500
On Jan 7, 2004, at 6:00 AM, Greg Hulands wrote:
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:
...
It seems that the page returned has been cached and the new values of
the EO's have not been refreshed in the component.
That's usually a symptom of a developer coding "all the work" in the
page constructor (or some other not quite appropriate place). Can you
move some logic to your appendToResponse and see if that fixes your
problem?
----
WO in philadelphia - wanna cheesesteak with that?
Please visit webobjects.meetup.com.
_______________________________________________
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.