You can use a Java Bean class and make its scopr as session to pass values

Biji Harees
Amsoft India Ltd
Bangalore

-----Original Message-----
From:   [Vaishali S. Pandya] [SMTP:[EMAIL PROTECTED]]
Sent:   Wednesday, May 22, 2002 11:18 AM
To:     [EMAIL PROTECTED]
Subject:        Re: Passing "array parameters" from one page to another

hay julia

Have u find the solution?
cause i didn't find any answer for ur que in the list
pls forword me if any one u found as i am also facing the same.
but as i know your url can not have more than 256 chars
right?
what to do it it became more lenghty?

Vaishali
Relience Ind Ltd
Ahm'd



Hi all!!
I want to pass an undetermined number of names, for example, from one page
to another.
I guess the only way to do this is to add all the names in one string,
separated by a special character, and
then spliting the string at the target page.

Any better ways??
I'm try to doing this but
String name = request.getParameter("name");
String names[] = name.split("*");

but I get an error saying this method is "deprecated" ??
I have imported java.lang.*.

Thanks in advance,

Julia


-----------------------------------------------------------------
Este correo electronico y, en su caso, cualquier fichero anexo al mismo,
contiene informacion de caracter confidencial exclusivamente dirigida a su
destinatario o destinatarios. Queda prohibida su divulgacion, copia o
distribucion a terceros sin la previa autorizacion escrita de Indra. En el
caso de haber recibido este correo electronico por error, se ruega
notifiquese inmediatamente esta circunstancia mediante reenvio a la
direccion electronica del remitente.
-----------------------------------------------------------------
The information in this e-mail and in any attachments is confidential and
solely for the attention and use of the named addressee(s). You are hereby
notified that any dissemination, distribution or copy of this communication
is prohibited without the prior written consent of Indra. If you have
received this communication in error, please, notify the sender by reply
e-mail.
-----------------------------------------------------------------

=====================================To unsubscribe: mailto
[EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com


To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to