RE: RequestProcessor handling http requests

2004-04-07 Thread Tumi Mathibedi
l be forward to org.apache.struts.action.ActionServlet -Original Message- From: Chang Ming Chye [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 3:21 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RequestProcessor handling http requests Hi, How does struts handle incoming request a

Re: RequestProcessor handling http requests

2004-04-06 Thread Niall Pemberton
ssage - From: "Chang Ming Chye" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, April 07, 2004 2:20 AM Subject: RequestProcessor handling http requests > Hi, > > How does struts handle incoming request and routes it >

RequestProcessor handling http requests

2004-04-06 Thread Chang Ming Chye
Hi, How does struts handle incoming request and routes it to the correct action? For example, if I declare my web.xml as: action org.apache.struts.action.ActionServlet config /WEB-INF/struts-config.xml action *.do and in my struts-config.xml file I