On Tue, Dec 9, 2008 at 4:24 PM, s.ross <[EMAIL PROTECTED]> wrote:
>
> POST data is not structured, so while you can use multiple forms on
> the same page, there could also be namespace conflicts. The resulting
> query string (in case of a conflict) could be really bizarre and prone
> to subtle bugs.

Yes, you have to be careful with multiple forms on the page to not
have duplicate element IDs and whatnot, particularly if you're using
JavaScript. However, you can only /submit/ one form at a time, so
there should be no problem on the back end.

And I'm not sure what that second sentence means, since POST data
isn't delivered as a "query string".
Can you clarify?

-- 
Hassan Schroeder ------------------------ [EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to