I'm using a Hashtable as a bean in my JSP file:
<jsp:useBean id="branchValues" class="java.util.Hashtable" scope="session">
and the methods i've declared (using <%! ... %>) can't access the bean "branchValues".I have tried putting the methods inside and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.