Richard Sandilands
2006-Aug-17 02:15 UTC
[Rails] Weird issue with params from form for one user
Hi there I have an online survey app built in Rails. I''ve just encountered an odd error where only one user is hitting application errors. All other users are fine.>From the log, it seems that no form params are being sent back from aform, which is comprised of radio buttons. None of the params from the radio buttons are getting back to the controller. But the controller name and method are being sent, just not form data. If I log on as this user, all is fine, and the logs show all params getting posted to the controller ok. What possible explanation is there for this? I''m totally stumped. Could it be a browser issue?
> I''ve just encountered an odd error where only one user is hitting > application errors. All other users are fine. >What browser/OS? Javascript enabled? Is there any javascript stuff going on in building the form? Max