i have a string in opennode and the deli is  #
see the syntex i wrote.

StringTokenizer ONs = new StringTokenizer(opennode,"#");

can i get all the strings in ONs?
ONs will be an array or what?
can u explain some more pls.

Vaishali
Relience Ind Ltd
A'bad



you can use stringtokenizer

Regards

Ramesh Kesavanarayanan
[EMAIL PROTECTED]
Off: 91-44-8113801 ext 2333
Res:91-44-2265360
Mob : 91-98412-73573

> -----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 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
>
>
>
==========================================================================
> 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