What if you were to assign some form of record ID that associated with a
gene name so you could pass the ID's and not a descriptive name. This would
reduce the number of characters in the stream. You might look at some other
way to pass the information. You might be trying to bite off more than is
reasonable to chew.

Robert S. Harper
Senior Engineer
Information Access Technology, Inc.
1100 East 6600 South, Suite 300
Salt Lake City Utah USA 84121-7411
(801)265-8800 Ext. 255 
FAX (801)265-8880
 

This e-mail is intended only for the addressee and may contain confidential
and/or privileged information. Any review, retransmission, or action taken
upon this information by persons other than the intended recipient is
prohibited by law. If you received this communication in error, please
contact us immediately at 801-265-8800. Although this e-mail and any
attachments are believed to be free of any virus or other defect, it is the
responsibility of the recipient to ensure that anything received or opened
is virus free. No responsibility is accepted by IAT for any loss or damage
in the event that such a virus or defect exists.
-----Original Message-----
From: kaustubh shinde [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 12, 2007 12:48 PM
To: Tomcat Users List
Subject: Re: maximum length of form parameter

Thanks for the response Hassan,
I am already using POST.
Kaustubh

On 6/12/07, Hassan Schroeder <[EMAIL PROTECTED]> wrote:
>
> On 6/12/07, kaustubh shinde <[EMAIL PROTECTED]> wrote:
>
> > I submit a form  from a jsp to another. Some parameters of the form can
> get
> > really big.
> > When a certain parameter, say "genelists",  has a huge number of genes,
> it
> > wouldn't work.
>
> There isn't a consistent limit on URL length across different browsers
> and servers, but if you're hitting that limit, switch from GET to POST.
>
> HTH,
> --
> Hassan Schroeder ------------------------ [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to