Wondering how you do this and what is best practice.  So say a user
clicks on a link with following parameters to get to page A:

{code}
event=page.A&employeeID=54&sortby=date
{code}

Say page.A has a link/button that will perform some action

{code}
event=action.dostuff
{code}

normally if you wanted to end up back at page.A you'd just have that
in the results section of the config like

{code}
<results>
     <result name="success" do="page.A" redirect="true" />
</results>
{code}

What's the best way of handling the action.dostuff event and return
the user to page.A at the state that it was when they clicked on
event=action.dostuff?
Is this only possible by including the parameters that were required
for page.A?  So it would look like

{code}
event=action.dostuff&employeeID=54&sortby=date
{code}

-- 
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