On a side note, thanks for providing a really nice little page showing off exactly what functionality you were having problems with. It's a lot easier for people to help us troubleshoot your code with that kind of demonstration.
Your demo page is an example of the best possible "Help Me Please" post. I congratulate you and hope that more people start posting demo pages exactly like yours whenever they are having problems. Thanks, -E On 2/22/07, Eric Harrison <[EMAIL PROTECTED]> wrote: > This is actually a bug that I reported > (http://dev.rubyonrails.org/ticket/7455) as well as several other > people: > > http://dev.rubyonrails.org/ticket/7549 > http://dev.rubyonrails.org/ticket/7526 > > This bug has been patched out (http://dev.rubyonrails.org/ticket/7421) > but until you get that version with the patch, you can fix it > yourself. I went into pretty thorough detail in my ticket > (http://dev.rubyonrails.org/ticket/7455) on exactly what to do to > correct this problem. > > Enjoy, > > -E > > On 2/22/07, RobG <[EMAIL PROTECTED]> wrote: > > > > > > > > On Feb 22, 10:17 am, "troxy" <[EMAIL PROTECTED]> wrote: > > > Hello, I'm new to the Prototype Framework. > > > I'm trying to serialize a simple form with a few checkboxes. > > > > > > It seems like non-ascii characters, like Ö, are not encoded properly > > > in some cases. > > > Please take a look:http://troxy.net/serialize.htm > > > > > > Checking both boxes gives the following string: > > > namn=%25C3%25B6rjan&namn=adam > > > > > > ..while it should look like this: > > > namn=%C3%B6rjan&namn=adam > > > > > > Please tell me what I'm doing wrong. > > > > Nothing - it seems to be a bug in Prototype. You might like to report > > it, it seems to happen when another button with the same name is > > checked. > > > > Your implementation of serialize doesn't work in Safari, it might be > > another bug. > > > > > > -- > > Rob > > > > > > > > > > > > > -- > Eric Ryan Harrison > -- Eric Ryan Harrison --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
