[Rails] Re: one controller+5 forms(stages)

2008-12-06 Thread balaji rajagopal
Hi i worked the same method and i got the value Thanks balaji On 12/6/08, pepe <[EMAIL PROTECTED]> wrote: > > > Hi. > > I also worked on a wizard but instead of having 'meaningless' name > like "stage" I gave each form a 'real' name, like 'contact' for > contact information, 'demographics'

[Rails] Re: one controller+5 forms(stages)

2008-12-05 Thread pepe
Hi. I also worked on a wizard but instead of having 'meaningless' name like "stage" I gave each form a 'real' name, like 'contact' for contact information, 'demographics' for demographic information and so on. This allowed me to have clearly defined actions in my controller (contact, demographics