Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Passing Array as a hidden parameter.

843836Feb 10 2005 — edited Jul 14 2006
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%>">
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 11 2006
Added on Feb 10 2005
4 comments
231 views