Anyone deal with this issue or have any thoughts / solutions. If I have a multi page form using REST, then the first page-form is new.rhtml. Would I need to create multiple "new / create" actions in the controller ? I want to take the approach where the user can bail after completing any page, and return later to finish. ??? TIA Stuart -- http://en.wikipedia.org/wiki/Dark_ambient --~--~---------~--~----~------------~-------~--~----~ 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---
sambient-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2006-Oct-21 14:14 UTC
Re: Multi page forms and rest
Dark Ambient wrote:> Anyone deal with this issue or have any thoughts / solutions. > If I have a multi page form using REST, then the first page-form is > new.rhtml. > Would I need to create multiple "new / create" actions in the controller ? > > I want to take the approach where the user can bail after completing any > page, and return later to finish.I was thinking (dangerous) but what if each "page" in the form is a seperate "resource" nested under a main - map.resources :basicinformation do |basicinformation| basicinformation.resources :secondgrouping basicinformation.resources :thirdgrouping basicinformation.resources :fourthgrouping .......................... end Stuart --~--~---------~--~----~------------~-------~--~----~ 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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk -~----------~----~----~----~------~----~------~--~---