Document creation wizard
Hi all, is there anybody know if it is possible and how to build a document creation layout with a wizard behavior (multi page form) ?
0 votes
2 answers
1746 views
Vladimir Pasquier
With the workflow routing engine, you can chain different UI panels to execute a route through several steps and display forms and actions for each node.
11/17/2014
Hi,
There is no builtin mechanism to do so, so this needs Java developments, but this can easily be achieved by handling the current layout(s) to display in a custom Seam component.
The creation page will have to be customized for your document type, and you'll need to handle previous/next buttons display and logics (as well as the final “save” button display) in the Seam component.