Hi forum,
I'm relatively new to web.py and asking myself how do I design a
reuseable architecture of a web based "wizard" with forms with web.py.
("wizard" should be some kind of a "finite state machine": input some
data in the first screen, click "next" button and input some data in
the next screen ...).
No Ajax/Javascript should be used - just plain html forms.
I'm thinking of something like that:
/wizard/registration/
/wizard/registration/step1
/wizard/registration/step2
/wizard/registration/step3
How would a skeleton code look like with web.py? Or do anyone has a
sample with working code?
Kind regards.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" 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/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---