Matt, thank you for the reply!

So, if I use 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>

with the redirect happening if they press "add another" I now lose the
form data because of the redirect.  I guess then I need to use session
or database?



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

Reply via email to