Hi David,

try to set following property
struts.action.extension=,,
in struts.properties which suppress generating of the suffix for your actions.

Martin



David C. Hicks wrote:
Hi folks,

I'm having some issues with the ".action" suffix with respect to my
integration testing.  When we are in development, we typically run our
application using the Maven Jetty plugin.  It works great for us.  In
this environment, there are no ".action" suffixes on our action
mappings.  However, when we build and deploy the application as a WAR,
it goes into a Tomcat 5 container.  In this environment, the action
mappings all have ".action" on them.  Of course, this kills our
integration tests that rely on finding things by way of the action
reference (xpath).

How can I control this so that I do not get ".action" on my URLs?

Thanks,
Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to