RE: Apache::Request $apr->param; problems.

2002-07-05 Thread Wes Cravens
> > or check out Apache::RequestNotes/ > > > you'll also want to check out using Apache::Request->instance() over > Apache::Request->new() That is indeed the three second code fix that I implemented.

Re: Apache::Request $apr->param; problems.

2002-07-05 Thread Geoffrey Young
> or check out Apache::RequestNotes/ you'll also want to check out using Apache::Request->instance() over Apache::Request->new() HTH --Geoff

RE: Apache::Request $apr->param; problems.

2002-07-05 Thread Wes Cravens
TED]] > Sent: 05 July 2002 15:57 > To: modperl > Subject: Re: Apache::Request $apr->param; problems. > > > * Wes Cravens <[EMAIL PROTECTED]> [2002-07-05 10:48]: > > however if this routine is called more than once with the same $r > > object then the second

Re: Apache::Request $apr->param; problems.

2002-07-05 Thread darren chamberlain
* Wes Cravens <[EMAIL PROTECTED]> [2002-07-05 10:48]: > however if this routine is called more than once with the same $r > object then the second time there are no params. It's as if calling > $apr->param strips them off $r. That's not clever. I can't find > anything in the documentation that