[Rails] Form data transfer to another form with a different controle

2010-02-16 Thread Babos Cata
Sigh.. nothing works. I`ll abandone all this. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to rubyonrails-t...@googlegroups.com. To unsubscribe from this

[Rails] Re: Form data transfer to another form with a different controle

2010-02-15 Thread Babos Cata
The forms work well, but now when I transfer the values form the first form to the second one, it automatically validates the fields. I don`t want that. It should validate them when I try to submit the data from the second form. What should I do ? Do I need to change some validation in the

[Rails] Re: Re: Form data transfer to another form with a different controle

2010-02-15 Thread Babos Cata
It seems like the first form sends data to the database using the second form (beeing wierd), insted of simply sending data to the second form. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To

[Rails] Re: Re: Re: Form data transfer to another form with a different controle

2010-02-15 Thread Babos Cata
Colin Law wrote: On 15 February 2010 17:33, Babos Cata li...@ruby-forum.com wrote: It seems like the first form sends data to the database using the second form (beeing wierd), insted of simply sending data to the second form. What do you mean 'sending data to the second form'? When a form

[Rails] Re: Re: Re: Form data transfer to another form with a different controle

2010-02-15 Thread Babos Cata
Thank you again for you fast reply. Indeed I started working with some basic forms and debugging methods. I tried some examples but non works, yet. I want something like the simple php function, fill a form then send the values from the input tags in another form. So I got a simple

[Rails] Form data transfer to another form with a different controle

2010-02-12 Thread Babos Cata
Hi, I`m just learning how Ruby on Rails works. So I`m just wondering if you can transfer data from a form to another form with a different controller. I got a simple form like this on the 'site' controller: % form_for :user do |form| % %= form.text_field :Nick % %= form.text_field

[Rails] Re: Form data transfer to another form with a different controle

2010-02-12 Thread Babos Cata
Thank you very much :) I don`t know what I was thinking.. this is easy indeed. Regards -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group, send email to