Sure. I have a post.POST.jsp which takes the XML submitted from the client, makes decisions, and checks for errors.If there are no errors, it generates a PDF using the pdf generator service.If there are errors, it uses the GuideSubmitServlet to redirect back to the URL the client came from, with th...