[Rails] Re: save value of text_field in the view

2009-01-28 Thread Maite Piedra
Hello list I have the same problem yet I dont catch value of text_field in the same erb.html file. any idea??? thanks again. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[Rails] Re: save value of text_field in the view

2009-01-26 Thread Maite Piedra
Ryan Bigg wrote: > If it is inside a form and that form points to the right action then > that field will be passed in via the params hash ok it is inside a form but I want before to click on the bottom submit I want to catch the value to pass for :onchange :onchange => "#{remote_function(:ur

[Rails] Re: save value of text_field in the view

2009-01-26 Thread Ryan Bigg
If it is inside a form and that form points to the right action then that field will be passed in via the params hash On 26/01/2009, at 19:50, Maite Piedra wrote: > > Maurício Linhares wrote: >> Could you please elaborate a little bit more? >> >> What do you mean by "saving in the same view

[Rails] Re: save value of text_field in the view

2009-01-26 Thread Maite Piedra
Maurício Linhares wrote: > Could you please elaborate a little bit more? > > What do you mean by "saving in the same view"? I want to catch the value of num_titulos for pass this value to action comprueba, but I don´t know how I do it. td>numero de titulos a comprar: <%= f.text_field :num_tit

[Rails] Re: save value of text_field in the view

2009-01-25 Thread Maurício Linhares
Could you please elaborate a little bit more? What do you mean by "saving in the same view"? - Maurício Linhares http://alinhavado.wordpress.com/ (pt-br) | http://blog.codevader.com/ (en) On Sun, Jan 25, 2009 at 4:16 PM, Maite Piedra wrote: > > hello everybody > > How I save de value of text