On Thu, Aug 20, 2009 at 7:54 AM, Mark Copper wrote:
> Hi,
>
> I have a Mason dhandler that generates an HTML page containing a form.
> The action of the form is to get the same page that is displayed. If the
> URL contains a certain parameter, an internal redirect is issued:
Can you provide what
Hi,
I have a Mason dhandler that generates an HTML page containing a form.
The action of the form is to get the same page that is displayed. If the
URL contains a certain parameter, an internal redirect is issued:
URL: mydomain.com/information/dhandler/variable.html?modification=update
<%args>
Apache2::Request is a derived class of Apache2::RequestRec,
so what you're doing is perfectly ok.
>
>From: Douglas Sims
>To: modperl
>Sent: Thursday, August 20, 2009 3:20:59 AM
>Subject: Confusion over Apache2::Request and Apache2::RequestRec
>
>
>I'm confused about something and I wonder if a
I'm confused about something and I wonder if anyone can help me to
understand what's going on. The code shown below works fine but as I was
looking over this before changing something else I realized that it probably
shouldn't. I'm using an Apache2::Request object to return a connection
object to