Try printing out the URL / URI + query string and printing a loop of all
request parameters to see what you are actually posing and if the
request is still the correct one.
The next thing to check would be whether you request is redirected /
forwarded as this can have cause problems.
Kind regards
On 5/8/07, Christopher Schultz <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Richard,
Richard Sayre wrote:
> I started to look in the _jspService and I noticed the the variable
> which I assign the request.getParameter("id") to is not in that
> method.
Note that JSP
en.
I apologize for top-response etiquette violation: stuck with Lotus Notes
client.
Please respond to "Tomcat Users List"
To: "Tomcat Users List"
cc:
Subject:RE: request.getParameter is returning the wrong value
I've never seen that either and I
I've never seen that either and I use the same environment you do.
Seems as if users' sessions are somehow crossing/getting overlapped, but not
sure how.
Are you using some lookup for an id? Like SSO or something?
-Original Message-
From: Richard Sayre [mailto:[EMAIL PROTECTED]
Sent: Tue
ers
> > >> > > login.
> > >> > >
> > >> > > I pass these values the JSP page when the following JavaScript
> > >> executes:
> > >> > >
> > >> > > top.location.href="showCa.jsp?editFlag=" +
&
;> > > document.theForm.activeTab.value + "&id=" + vId;
> >> > >
> >> > >
> >> > > On 5/8/07, Martin Gainty <[EMAIL PROTECTED]> wrote:
> >> > > > you are calling js function named 'showCa'
> >> >
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Richard,
Richard Sayre wrote:
> I started to look in the _jspService and I noticed the the variable
> which I assign the request.getParameter("id") to is not in that
> method.
Note that JSP authors these days almost never actually call
request.getP
Form.editFlag.value + "&activeTab=" +
>> > > document.theForm.activeTab.value + "&id=" + vId;
>> > >
>> > >
>> > > On 5/8/07, Martin Gainty <[EMAIL PROTECTED]> wrote:
>> > > > you are calling js function
+ "&id=" + vId;
>> > >
>> > >
>> > > On 5/8/07, Martin Gainty <[EMAIL PROTECTED]> wrote:
>> > > > you are calling js function named 'showCa'
>> > > > but your javascript function name is 'showCap'
>> > &
whom this email message
> > is
> > > addressed. If you have received this email message in error, please
> > notify
> > > the sender immediately by telephone or email and destroy the original
> > > message without making a copy. Thank you.
> &g
; the sender immediately by telephone or email and destroy the original
> > message without making a copy. Thank you.
> >
> > - Original Message -
> > From: "Richard Sayre" <[EMAIL PROTECTED]>
> > To: "Tomcat Users List"
> > Sent
please
notify
> the sender immediately by telephone or email and destroy the original
> message without making a copy. Thank you.
>
> - Original Message -
> From: "Richard Sayre" <[EMAIL PROTECTED]>
> To: "Tomcat Users List"
> Sent: Tuesday,
email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy. Thank you.
- Original Message -
From: "Richard Sayre" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Tuesday, May 08, 2007 9:55
]>
To: "Tomcat Users List"
Sent: Tuesday, May 08, 2007 9:55 AM
Subject: Re: request.getParameter is returning the wrong value
On 5/8/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> From: Richard Sayre [mailto:[EMAIL PROTECTED]
> Subject: request.getParameter is ret
On 5/8/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> From: Richard Sayre [mailto:[EMAIL PROTECTED]
> Subject: request.getParameter is returning the wrong value
>
> The problem I am have is when a user clicks the link
> showCa.jsp?id=2345
>
> The request.getParameter("id") is returning the
> From: Richard Sayre [mailto:[EMAIL PROTECTED]
> Subject: request.getParameter is returning the wrong value
>
> The problem I am have is when a user clicks the link
> showCa.jsp?id=2345
>
> The request.getParameter("id") is returning the wrong id!
This is usually caused by application code st
16 matches
Mail list logo