Hi MohanRaj, First turn on debug logging in JRun 3.x and run your page to do a post. Then check the event log. If the POST isn't supported, you should see something like this,
debug (JRun) HttpServletResponse.sendError(405,HTTP method GET is not supported by this URL) [javax.servlet.ServletException: 405 HTTP method GET is not supported by this URL] If this is the case, check generated .java file for the action JSP page and see if doPost() method is there. Hope this helps, John -----Original Message----- From: Mohan Raj [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 29, 2001 12:51 AM To: JRun-Talk Subject: Re: Urgent - Post Not Working Hi Mashuri, Even if we commented all the codes in the second page & put out.println() in the first line it is not working. It says page cannot be displayed in the internet explorer and please note that it is not "404 Page Not Found" and an alert saying "connection with server reset by peer" in the Netscape. Its not throwing any exception, Even I checked the JRun log, but could not able to trace any root cause. Regards -MohanRaj ----- Original Message ----- From: "Mashuri Lambana" <[EMAIL PROTECTED]> To: "JRun-Talk" <[EMAIL PROTECTED]> Sent: Thursday, November 29, 2001 10:59 AM Subject: Re: Urgent - Post Not Working > Hi Raj > > can you trap the parameter of your form and check whether the other page, > where you submit the form to, can receive all the parameter as intended. > > The size limitation is not an issue for post method if get method can go > through than post will have no issue at all > ----- Original Message ----- > From: "Mohan Raj" <[EMAIL PROTECTED]> > To: "JRun-Talk" <[EMAIL PROTECTED]> > Sent: Thursday, November 29, 2001 11:53 AM > Subject: Urgent - Post Not Working > > > > Hi, > > > > Does JRUN has any issue with the POST method. I am filling a form and this > > form uses POST method when I submit the form, it gives page cannot be > > displayed. But when I use GET method the form is getting submitted. Has > > anyone faced a similar situation. Can some body point out what could be > the > > possible mistakes that i could be making > > > > Regards > > > > -MohanRaj > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Get the mailserver that powers this list at http://www.coolfusion.com Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
