Well broadly yes.
Just make sure we do not confuse workflow with transaction.
A *multi-page form* is in my context a workflow; each page in the flow
submits to an action that performs a discrete transaction. As David points
out each page needs to be self-contained. We have both concluded the
critical need for concurrency rules for each discrete transaction.

Now, to David's point each page is modeless and valid in of itself.
What I want do in my apps is to "thread" them together via the workflow that
I implement as a *state-machine* for want of a better term.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to