Why don't you just save the data to the database and serve it as xml
when the xml is needed? This way you can do more than just xml with
the data?

If that's not an option you can setup a session model that can store
the data when it comes back to the controller... Just setup form_tags
that has student_1 student_2 ... and save the data one by one...

I'm thinking student_form has_many students and just use the
database...
--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to