From: Craig Johnson Date: 2007-12-15T00:48:17+09:00 Subject: Re: How to pass values to form action I ended up dealing with the same thing... Insert a hidden variable in your form... then that hidden variable will be inserted into the params array when you hit submit... I had in the rhtml... the javascript populated the "addedRight" variable then in the controller I pulled the values out with b=params[:addedRight] works great -----Original Message----- From: malugu satyajit [mailto:malugu.satyajit@gmail.com] Sent: Thursday, December 13, 2007 11:35 PM To: ruby-talk ML Subject: How to pass values to form action I have some ERB which has two lists like this <%x=0 @string=survey+x params[:string]=%>