The order in which formelements are processed
The order in which formelements are processed
- Subject: The order in which formelements are processed
- From: Kaj Hejer <email@hidden>
- Date: Sun, 20 Apr 2003 16:46:55 +0200
Hi!
In a form I have two attributes, a WOFileupload and a WOPopUpButton.
In the WOPopUpButton you can select some metadata about the file you uppload.
I have bound the data binding for the WOFileupload to selectedFile.fileData.
In the setFileData method I can do a few different things, depending
on what the user select in the WOPopUpButton.
From what I can see I need the WOPopUpButton to be processed first
and then the WOFileupload. I have never played with the order which
formelemens are processed, but takeValueFromReqest seems like the
right place to do this.
Has any of you any ideas on how I can controll the order my
formelemens are processed?
TIA!
-Kaj :)
_______________________________________________
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.