Re: Problem with getPageContext().forward()

2003-09-26 Thread Alex Gadea
26, 2003 3:38 PM  Subject: RE: Problem with getPageContext().forward()  The JRun closed connection is a common error in my experience. They can be  generated by any number of issues.  Have you looked at the JRun log  ({jrun.home}/logs) to see the output from the request?  That should help you  narrow

RE: Problem with getPageContext().forward() (JRun closed connection)

2003-09-26 Thread McGill, Eric
Hey Alex,I am getting the same error, but only sometimes - and under different circumstances - so I'm not sure if there is any connection between our errors. There's one thread on this at MM, but no resolution. You will find my post there from today is still unanswered, but you can see the details

RE: Problem with getPageContext().forward()

2003-09-26 Thread Knight, Matt
The JRun closed connection is a common error in my experience. They can begenerated by any number of issues.  Have you looked at the JRun log({jrun.home}/logs) to see the output from the request?  That should help younarrow down what the root cause of the error is. Matt Knight ► w: 972 361 9943 â

Problem with getPageContext().forward()

2003-09-26 Thread Alex Gadea
I am experiencing a strange problem when using getPageContext().forward(). I have a page that posts to a page called handler.cfm. In handler.cfm, I do error checking and if errors exist, I setup a structure that contains the error messages and the name of the field(s) in error. I also place all the