I added
Code Tags to your post. They preserver your formatting and make your code easier to read.
I don't see anything obviously wrong with your code. Are you certain the version you posted is the version that is running on your server?
By the way, don' t do this:
It breaks the MVC model of the application and will not work if you use
Struts tags in your page. All URL's in a Struts application should go to an action. Struts can send a request directly to a
JSP if you don't want to use an action class.