Re: WOForm override "method" attribute
Re: WOForm override "method" attribute
- Subject: Re: WOForm override "method" attribute
- From: Arturo PĂ©rez <email@hidden>
- Date: Tue, 27 Jul 2004 20:52:55 -0400
On Jul 27, 2004, at 8:07 PM, Sam Barnum wrote:
I have several component pages and they all have WOForm's in them.
Since WOForm uses http POST to submit the form data I decided to
try this:
MyForm: WOForm {
method = "get";
}
and it worked perfectly.
Does anyone know of any reason not to do this?
There are security concerns with confidential data. But if that's not
a concern for you go for it.
----
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.