Re: Error while using RequestDispatcher.forward(req.res)

2005-01-10 Thread Amar Dhole
ssage - From: "Amar Dhole" <[EMAIL PROTECTED]> To: Sent: Monday, January 10, 2005 9:49 AM Subject: Error while using RequestDispatcher.forward(req.res) > Hi all, > > I am getting following error while using requestdispatcher my code is > like > > RequestDisp

Error while using RequestDispatcher.forward(req.res)

2005-01-10 Thread Amar Dhole
Hi all, I am getting following error while using requestdispatcher my code is like RequestDispatcher dispatcher = getServletContext().getRequestDispatcher(encodedURL); dispatcher.forward(req, res); I am using was4.0.6 with jdk1.3. I know that there is no support for StringBuffer.append(Strin

Re: Why my jsp page is submit twice?

2004-11-05 Thread Amar Dhole
I think your are submitting the page twice like : a)onCheck() : On check submits the page once. b) mykeydown(): when you press enter(whichkey==13 ) also submits the page. Regards Amar -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto: