On Jan 17, 2008 12:05 PM, Garito <[EMAIL PROTECTED]> wrote: > > Hi! > I note that when a IPE submit's the form an editorId parameter is > passed with the form values but I don't want this editorId in any case
Unless you want to override the handleFormSubmission method, I don't think there is a way to *not* include this parameter. I was just looking at this code this morning due to some server-side code I had that was just taking the raw post data and trying to parse it. This trailing parameter was messing this up. Rather than overriding the handleFormSubmission method I opted to use standard key/value parameters, which solved the problem. -justin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
