Passing Data from JSP to JSP

1999-06-16 Thread Anonymous
How do I pass Data from JSP to JSP for e.g , I have to pass an array of strings to another JSP from current JSP I would appreciate if someone could help with dummy code !!! Umesh.

Re: Passing Data from JSP to JSP

1999-06-16 Thread Anonymous
]To: [EMAIL PROTECTED] [EMAIL PROTECTED]Date: 16 June 1999 13:03Subject: Re: Passing Data from JSP to JSP Umesh, Here is what you need to do. In the originating JSP: % String[] arrayOfString = new String[10]; HttpSession session = req.getSession(true