Re: Access a variable in all jsp files
Posted By:
jayvee88
Posted On:
Sunday, March 3, 2013 10:52 PM
You might want to read into the different available scopes in a Servlet/JSP environment. The session scope or application scope is probably what you want to use to store your matrix.