I am building a multipart form but am struggling with how to do this with
Transfer.  For the sake of discussion, lets say the form is for a car show.
One Registrant can bring multiple Cars (Registrant -> O2M -> Car).  The form
has 3 basic steps.  The first part simply models a Registrant (person) with
contact information.  Registrant properties are validated on submit
(server-side) and the user is not permitted to step 2 until they enter
correct data.  The second step allows the user to enter in Cars one at a
time.  Each car is submitted, validated and the result is sent back to user
on step 2.  Once they are finished adding Cars, they click a button to
continue to step 3. Step 3 is just confirmation and payment (link to
PayPal).

The issue I can't get my head around is persisting the Registrant Transfer
object.  I've read it's not recommended to store Transfer objects in a
session, so I'm not sure how to make this object persist between requests
without passing it to the client.  Of course, the Registrant won't be saved
until after step 3.

Jason

-- 
Before posting questions to the group please read:
http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer

Try out the new Transfer ORM Custom Google Search:
http://www.google.com/cse/home?cx=002375903941309441958:2s7wbd5ocb8

You received this message because you are subscribed to the Google Groups 
"transfer-dev" 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/transfer-dev?hl=en

Reply via email to