Re: [newbie]request in a direct action
Re: [newbie]request in a direct action
- Subject: Re: [newbie]request in a direct action
- From: Kaj Hejer <email@hidden>
- Date: Sat, 15 Nov 2003 20:43:15 +0100
At 11:36 -0800 15-11-03, Michael Warner wrote:
I know how to set up a static field on a form and have that field
read by a direct action using
String var1 = request().stringFormValueForKey("var1");
Now, if I have a var that already exists on the request page and will
not be filled in by the user, how do I set things up so that the
direct action can read in the value of that var?
simply adding a binding to the form didn't work.
Hi!
One solution is to add a hidden field to the form and bind this var
to this field.
-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.