Re: Multi-page forms

2006-02-24 Thread Eric Walstad
On Friday 24 February 2006 10:56, Jason F. McBrayer wrote: > Andrew Gwozdziewycz <[EMAIL PROTECTED]> writes: > > Why not just store the values in the database after each pages > > submission? > > That's a point. I hadn't observed that it was a multi-page form for > creating an object --- I was lo

Re: Multi-page forms

2006-02-24 Thread Jason F. McBrayer
Andrew Gwozdziewycz <[EMAIL PROTECTED]> writes: > Why not just store the values in the database after each pages > submission? That's a point. I hadn't observed that it was a multi-page form for creating an object --- I was looking at the general case of multi-page actions where you are not ne

Re: Multi-page forms

2006-02-24 Thread Andrew Gwozdziewycz
On Feb 23, 2006, at 8:12 AM, Jason F. McBrayer wrote: > > "Chetan Vaity" <[EMAIL PROTECTED]> writes: > >> I want to build a two-page form for creating an object. As I see >> it there are two options: >> 1. Store values in hidden fields >> 2. Use the session to store the variables from the firs

Re: Multi-page forms

2006-02-23 Thread Jason F. McBrayer
"Chetan Vaity" <[EMAIL PROTECTED]> writes: > I want to build a two-page form for creating an object. As I see it there are > two options: > 1. Store values in hidden fields > 2. Use the session to store the variables from the first form > > Any Django best practices? I'd say use the session to

Multi-page forms

2006-02-23 Thread Chetan Vaity
Hi,I want to build a two-page form for creating an object. As I see it there are two options:1. Store values in hidden fields2. Use the session to store the variables from the first formAny Django best practices? - Chetan --~--~-~--~~~---~--~~ You received this mess