Given the following code:
form_tag ....
text_area :val, params[:val]
submit_tag...
end
Is there a way to change to
text_area :xx
but keep :val as the parameter that is passed to the backend? That is,
I want to change the id but the parameter name.
--
Posted via
http://www.ruby-forum.com/.