Click Multi Path Demo

2.0.1

Hosted by Avoka Technologies
 
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.