I have created a servlet plugin module for jira. Now I want to call a jsp from that plugin
final RequestDispatcher rd = request.getRequestDispatcher("example.jsp");
rd.forward(request, response);
This is not working. In this folder should I put my jsp file?
I am not sure if you can or should call a .jsp file.
I would go down the road of writing soy templates instead.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.