I have a scenario. Ignore this if it is silly. I have a form like a data entry. It has 3 fields which are name, age and gender. The guy who enters the data adds more fields with the help of an Add another Entry link which brings a set of the 3 fields with the help of a partial which has the form with 3 fields. After he finishes all the entries he Submits which must generate an XML file which will be saved in the file system. My question is how to pass the set of entered data to create the XML. XML can be built using XML builder function and file can be saved. But i need to know how this data can be passed to the controller for XML generation. Please help. Thank you -- 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

