Brian McGovern wrote: >Sounds good. I think I want to only have 1 write to the db at the end of >Action3, and im hoping to not use the session cause this app is gonna have >alot of users. By saving it on the page, are you talkin about using hidden >form fields across the 3 pages or can i set the oject in action 1 so that it >is visible in action 2? I'm thinkin hidden form fields are the way to go here >.. you agree? > > > Yup, that's exactly what I mean. On the page two you'll have <html:hidden name="blah"/> for each of the fields you collect in step one. And on step three you'll have all of them for step one and two. This method is very commonly used. :-) Do it up! Brandon
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]