unreadable output after internal redirect

2009-08-20 Thread Mark Copper
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>

Re: unreadable output after internal redirect

2009-08-20 Thread Fred Moyer
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

Re: unreadable output after internal redirect

2009-08-21 Thread Mark Copper
On Thu, Aug 20, 2009 at 11:47:56PM -0700, Fred Moyer wrote: > 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