I've installed the Parallel approval process. I've replaced the default 'ApprovalStart' template with the parallel approver one. I get this message:
"Error in template processDocumentApprovalSelect.shtml:: Error: java.lang.NullPointerException.
Method:getCurrentActions().
Line: " <ISPECT>Vector listActions = process.getCurrentActions()</ISPECT>": processDocumentApprovalSelect.shtml:146."
Which, I am guessing, means the process is not started.
How do I start the approval process programatically so that when a user clicks 'Start Approval' in the menu, the parallel approval process starts and the template page will load correctly?