Celeste,

i think that you have mixed up GET and POST. GET has a limit on the amount
of data that can be transfered (varies by browser). POST does not have a
limit.

mike chambers

[EMAIL PROTECTED]

> -----Original Message-----
> From: Haseltine, Celeste [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 08, 2001 1:43 PM
> To: JRun-Talk
> Subject: RE: Get/Post Error
>
>
> Arul,
>
> There is a limit to the amount of information you can pass using POST, I
> believe it's something like 126 characters if my memory serves me
> correctly.
> Using POST means that the parameters are passed with the URL.  In other
> words, you can see them being passed in the URL/address line of
> your browser
> window.  This is NOT a good way to pass parameters.  Not only do
> you have a
> limit on the amount of info you can POST, your user can change
> and view the
> data on the URL line, so the data is not secure.  You should be using GET
> instead of POST to pass your data to the next jsp page, and then
> store your
> data for further use/reference in the your application using a java class
> bean.
>
>
> Celeste
>
> -----Original Message-----
> From: Arul [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, November 07, 2001 9:37 PM
> To: JRun-Talk
> Subject: Re: Get/Post Error
>
>
> I post from a JSP page to another JSP page and i use Jrun webserver
> I use Jrun 3.1
>
> -Arul
> ----- Original Message -----
> From: "Brandon Purcell" <[EMAIL PROTECTED]>
> To: "JRun-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, November 08, 2001 3:35 AM
> Subject: RE: Get/Post Error
>
>
> > Arul,
> >
> > Are you using the JWS or an external webserver?
> >
> > Brandon Purcell
> > Sr Jrun Support Engineer
> > Macromedia
> > 617-219-7124
> > [EMAIL PROTECTED]
> >
> >
> > -----Original Message-----
> > From: Arul [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, November 07, 2001 12:45 PM
> > To: JRun-Talk
> > Subject: Get/Post Error
> >
> >
> > Hi All
> >
> > Does Jrun has any problems with Post Method.
> >
> > Say , we have a form which has some 15 input fields and on
> submit , these
> > values are passed to the next page using Post.
> >
> > But as soon as we click Submit , the values are not passed , instead we
> get
> > a "Page cannot be displayed "
> >
> > Is that because of Post
> > If we use GET we dont have any problems..but when the data
> exceeds , using
> > Post we cannot send more values..
> >
> > So what could be the solution
> >
> > -Arul
> >
> >
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to