retrieve « Variable « JSP-Servlet Q&A





1. How to retrieve the value of a variable in a jsp page to another    stackoverflow.com

I have a variable declared in one jsp page. This variable is an array. How can I retrieve this array in the next jsp page. The code is likely to be:

 <% String[] ...