Hi friends,
can you please help me by telling how can i pass a string[] array from one jsp to another as a hidden parameter,i am trying something like this but that's thrwoing errors.I get the array populated from a bean.It displays all the values in this JSP,but I also want it to pass to another JSP.
String[] name = beanobj.retColNames();
<input type="hidden" name="header" value="<%= name%>">