Re: WOForm override "method" attribute
Re: WOForm override "method" attribute
- Subject: Re: WOForm override "method" attribute
- From: Sam Barnum <email@hidden>
- Date: Tue, 27 Jul 2004 17:07:44 -0700
There's definitely a limitation on the length of the GET string most
browsers will accept. Not sure of the actual amount, but if you're
passing a significant number of fields or large blocks of text, you
will pretty easily exceed that limit.
On Jul 27, 2004, at 4:32 PM, Michael Engelhart wrote:
Great thanks for the pointers from you guys. I don't need file
upload at this point and can expect mostly IE 6 users as well.
Cheers
MIke
On Jul 27, 2004, at 5:55 PM, Dirk Bajohr wrote:
Hi,
The only side effect I can think of is that the form data will be
appended to the URL, which is limited in size (depending on the
browser). I have heard of some (older?) browsers supporting less than
128 (ASCII) characters, that are for a large amount used by the
WO-URL
(http://www.domain.com/cgi-bin/WebObjects/MyApp.woa/wo/1.10.10.10 has
64 characters). File uploads with "GET" will certainly fail.
Cheers,
Dirk
Am 28.07.2004 um 00:00 schrieb Michael Engelhart:
Hello -
I just stumbled upon something while trying to figure out how to
deal with IE's "Warning: Page has expired" page.
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.
This solved my POST vs GET problem in my testing so far with IE and
the system is working just as it was with POST based form
submission. I just want to make sure that this isn't creating side
effects somehow that could cause problems later on. Does anyone
know of any reason not to do this?
Thanks
Mike
_______________________________________________
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.
--
Dirk Bajohr
iSOLUTION - Individuelle Software fuer moderne Kommunikation
Hauptstr. 50
53757 Sankt Augustin
T +49 2241 921567-0
F +49 2241 921567-89
http://www.isolution.de
_______________________________________________
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.
_______________________________________________
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.