On May 5, 11:21 am, cd34 <[email protected]> wrote: > I can't duplicate it, though, only have IE8 here.
I can't duplicate it in IE8 either. Or Firefox, or Safari. Only IE7. > > If you remove half of your hidden fields does it work? Is it related > to the number of hidden fields? or just the fact that there are 100. I haven't investigated the exact number of fields. The issue is that my application uses a large number of fields to transmit changes made on the client, which can be quite lenghthy. It used to use a GET, but GET length limits became an issue so POST is used now, somewhat inappropriately as no changes are made on the server due to the request. > remember an issue with IE where id="name" name="name" used to be an > issue, but, you're not doing that. This is being served from paster? > or through apache/nginx/something else? The other thing that IE used > to do, if you do a post to www., but were served the content from > domain.com - but, based on your code, you're using a relative link. If > you were behind apache, perhaps mod_rewrite is rewriting based on > hostname, and tossing the request? It is being server by paster. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
