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 electrónico y, en su caso, cualquier fichero anexo al mismo, contiene 
información de carácter confidencial exclusivamente dirigida a su destinatario o 
destinatarios. Queda prohibida su divulgación, copia o distribución a terceros sin la 
previa autorización escrita de Indra. En el caso de haber recibido este correo 
electrónico por error, se ruega notifíquese inmediatamente esta circunstancia mediante 
reenvío a la dirección electrónica 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

Reply via email to