Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to call jsp from servlet plugin

Subhajit Bhuiya May 31, 2018

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?

1 answer

1 accepted

0 votes
Answer accepted
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 31, 2018

I am not sure if you can or should call a .jsp file.

I would go down the road of writing soy templates instead.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events