Hello,
i'm looking for a quick&clean way (i'm asking too much.. i know

) to handle multipage forms.
Since the Zend_Form component is still not fully complete (File Upload and Multi Page support are missing) i can't figure out finding a way to handle them without repeating much code.
I tried to implement that code listed on
the tutorial, but i found it incorrect, as there's some code which should go in the controller and not in the class extending zend_form or viceversa, and leads to a very tedious process in my case where i need different forms of this kind.
At this point i will make a step back and move out of zend_form component until is 100% complete.
Could you please post some examples (or links) on form handling without zend_form?
Any help is appreciated.
Thanks.