Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Rabiah Begum    on Jun 13 In Java Category.

  
Question Answered By: Shirley Allen   on Jun 13

You can do it by setting the x[] in the session in the
first jsp.

session.setAttribute("myArray", x);

and
while in another jsp  you can get it..

Object[] x = (Object [])
system.getAttribute("myArray");

Share: 

 

This Question has 11 more answer(s). View Complete Question Thread

 


Tagged: