Check if you have the following <servlet-mapping> entry in your web.xml.
<web-app>
<servlet> ...
</servlet>
<servlet-mapping>
<servlet-name>action</servlet-name>
<url-pattern>*.do</url-pattern>
</servlet-mapping>
</web-app>
Then in your form, you don't need to suffix .do, Struts will do that for you:
<html:form action="timeTrackingReport" ...>
Cheers,
Catherine
-------------------------------------------------------------
<a href="http://Struts_User_List.roomity.com">roomity.com</a>
roomity.com is broadband internet. ~~1127829746411~~
-------------------------------------------------------------