posted 13 years ago
I'm getting very confused on how to get my workflow started. Many of the examples and tutorials that I have seen are simple to understand but my workflow is a little different.
What I'm trying to accomplish is to have an initial form view (ViewController/view.jsp) that contains a set of checkboxes and once a user checks a box and clicks on the 'Edit' button, I want the form to be redirected to a different form (EditController/edit.jsp) which is partially pre-populated with the previous form's parameter data.
I'm getting confused with how to redirect these controllers from one controller to another in this scenario. When I click on the 'Edit' button I want the EditController to be in control and the edit.jsp should be displayed.
Any suggestions on how to set this up? I think it's just a matter of getting the context files mapping to the correct spots.
Thanks.