Form values in URL?
Form values in URL?
- Subject: Form values in URL?
- From: "John Huss" <email@hidden>
- Date: Mon, 23 Jul 2007 10:54:48 -0500
I have a series of forms that follow each other and are all direct action pages. I thought the form values to be put into the URL, but they aren't. What controls this?
Here's my form:
<webobject name = "AddressForm">
<p align="left" style="margin-left: 70px;">Address<br />
<input type="text" name="address" size="50" /><br />
<p align="center"><input type="submit" value="Submit" /></p>
</p>
</webobject>
AddressForm : WOForm {
directActionName = "map";
}
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden