<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> Click Examples This demo shows how to dynamically change the path of a jsp page.

Click here to navigate to the jsp file '/jsp/dummy.jsp'.

        public void changePath() {
            setPath("/jsp/dummy.jsp");
            return true;
        }
    

Note: the path '/jsp/dummy.jsp' is not mapped by Click, and there is no corresponding Page class for this path.