Commit 1f3f9fee by chenith

Updated C009 - Confirmation screen forwared to C004 (outline) giving confirmation of completion.

parent 767c0d05
......@@ -9,7 +9,7 @@
String nextPage = WebUtils.getSamePageInRenderMode(request, "SelectionCriteria");
JobApplication jobApplication = (JobApplication) process.getAttribute("JobApplication");
Job job = jobApplication.getJob();
String exitPage = WebUtils.getArticleLink(request, objTran, WebUtils.APPLY_JOB, "Page") + "&id=" + job.getID() + "&key=" + job.getRandomKey();
String exitPage = WebUtils.getSamePageInRenderMode(request, "Page") + "&JobID=" + job.getObjectID(); //WebUtils.getArticleLink(request, objTran, WebUtils.APPLY_JOB, "Page") + "&id=" + job.getID() + "&key=" + job.getRandomKey();
%>
<script>
$(document.body).addClass('bg-color');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment