Can I access a method declared in a jsp page from another jsp page?
Created May 8, 2012
P Manchanda Yes you can access methods declared in one jsp page from another by including the other jsp page in the first by using the directive
<%@ include file="other.jsp" %>