I want to get current page name (something like \"myPage\") using JSP or JSTL. How can I achieve this?
maybe you can get it thought javascript way, like:
var url = window.location.href;
then use string methods to get current page name.