Reset or Clear Buttons

Reset or Clear Buttons



We can use below code to reset the page.

Deploy below code in Process form Request

if(pageContext.getParameter("Reset")!=null) {

        pageContext.forwardImmediatelyToCurrentPage(null, false, null);

    }

Post a Comment

0 Comments