Binding Sync Question
Binding Sync Question
- Subject: Binding Sync Question
- From: <email@hidden>
- Date: Thu, 2 Jan 2003 02:41:02 -0700 (MST)
Brendon Allen,
I think I understand your question. Here is how I would approach this
problem.
Try performing your binding manipulation operations in an overload of
WOComponent.awake() or WOComponent.appendToResponse(). awake() is called
at the beginning of the request response loop appendToResponse() is called
at the end. If you overload appendToResponse don't forget to call
super.appendToResponse() before the method exits.
Good Luck
James
_______________________________________________
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.