Matt, Thank you for the reply! I guess I hung up on the following:
<event-handler name="ap-dep-action">
<broadcasts>
<message name="isappliancedepdone" />
<message name="needappliancedep" />
</broadcasts>
<results>
<result name="5yrdepnext" do="ap-dep-p2" redirect="true"/>
<result do="article.body" />
</results>
The first message basically just checks to see if they pressed "done"
or "add another". If "add another" I plan on redirecting to ap-dep-
p2. My form data doesn't seem to go with it using a redirect
however. That leaves session or database I guess?
On Mar 1, 7:20 pm, Matt Quackenbush <[email protected]> wrote:
> There are 3 methods that are _typically_ employed to handle a "wizard" type
> of interface, such as you describe.
>
> 1) Database (as you suggested).
> 2) Hidden form fields (as you suggested).
> 3) Store the items in the session scope until the wizard is finished.
>
> Any of the 3 will work just fine, and are all functionally the same with any
> framework, or without a framework at all. Just pick which one best suits
> your application's needs and rock it out. :-)
--
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog
You received this message because you are subscribed to the Google
Groups "model-glue" 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/model-glue?hl=en