Hi, I'm currently building a Registration form for my MonoRail application and there is a LOT of data to be entered by the user. So I decided to split it through using a Wizard interface.
I just feel a bit at a loss what the best way would be to carry that intermediary data from Step to Step. I obviously can't put it in the DB or I'd see bad records in the Database hat need to be cleaned up afterwards. On the other hand I don't really feel comfortable putting that Data into the Session. Another problem I see is Validation: Since I am hydrating only one entity from the Form, the ActiveRecord validator will always report invalidity until the very last step when all required fields have been met. I'd really like to do some sort of AJAX instant validation on that form, so how do I query the validity of exactly one field? Does anyone have experience with the Wizards and can share some wisdom on how to use it without the solution getting too complicated? greetings Daniel --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" 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/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
