here is a copy of the Tomcat console for my struts application.. as per my earlier posts. my browser was displaying the request parameters in the url bar (localhost/myApp/find.do?id=3&name=bob) even though i'm using the POST method.
i then noticed a funny thing in Tomcat console.. the requestproccessor seems to get three requests for this submission... a post followed by two gets... anyone any ideas why? Mar 12, 2003 1:17:11 PM org.apache.struts.action.RequestProcessor process INFO: Processing a 'POST' for path '/find' Mar 12, 2003 1:17:12 PM org.apache.struts.action.RequestProcessor process INFO: Processing a 'GET' for path '/find' Mar 12, 2003 1:17:12 PM org.apache.struts.action.RequestProcessor process INFO: Processing a 'GET' for path '/find' find.do?pcnNo=&vehReg= --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

