> Can anyone tell me where I'm going wrong? what filip said, but also... >From your servlet source code, make sure not to expect a server-side operation, such as:
dispatcher.forward(request, response); to result in a client-side 'refresh' to the 'specified' page (searchnone.jsp, when you obtained the dispatcher). dispatcher.forward() and .include() are performed as part of the original request for /WEB-INF/classes/SearchServlet (which filip pointed out is problematic) Just from the way you phrased your question, I thought you were hoping to see 'searchnone.jsp' on the address bar, and you won't get that with your servlet as coded. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]