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: Josephine Gomez   on Jun 13

you can use session.setAttribute("X", x ); in abc.jsp

and in the next file  use String[] x = session.getAttribute("X");

I'm pretty sure it would work like this in concept. I know setAttribute sets an
Object so you'd just have to get it and probably cast it in the next file.

Share: 

 

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

 


Tagged: