Re: Passing objects from JSP to JSP

2000-05-03 Thread [Vinod Govindan]
by: A Subject: Re: Passing objects from JSP to JSP mailing list about Java Server Pages specification and reference JSP-INTEREST@JAV A.SUN.COM

Passing objects from JSP to JSP

2000-05-02 Thread Nathan Jantz
Hi all, I'm interested in being able to pass objects from jsp to jsp using the setAttribute() and getAttribute() methods without the use of a controller servlet or bean but have been unsuccessful. Here is some code that I have tried: callingPage.jsp: % String[] arrayOfString = new String[10];

Re: Passing objects from JSP to JSP

2000-05-02 Thread Naveen Malik
02, 2000 1:59 PM Subject: Passing objects from JSP to JSP Hi all, I'm interested in being able to pass objects from jsp to jsp using the setAttribute() and getAttribute() methods without the use of a controller servlet or bean but have been unsuccessful. Here is some code that I h

Re: Passing objects from JSP to JSP

2000-05-02 Thread Craig R. McClanahan
Nathan Jantz wrote: Hi all, I'm interested in being able to pass objects from jsp to jsp using the setAttribute() and getAttribute() methods without the use of a controller servlet or bean but have been unsuccessful. Here is some code that I have tried: Your code is not going to work,

Re: Passing objects from JSP to JSP

2000-05-02 Thread Kevin Duffey
PROTECTED]]On Behalf Of Nathan Jantz Sent: Tuesday, May 02, 2000 11:00 AM To: [EMAIL PROTECTED] Subject: Passing objects from JSP to JSP Hi all, I'm interested in being able to pass objects from jsp to jsp using the setAttribute() and getAttribute() methods without the use of a controller servlet or bea