Developer Jahia 8.2

How can I get the current view name in a JSP?

Question

How can i get the current view name in JSP?

Answer

You can use the following code to display the name of the view: 

${currentResource.template}