You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "SACHIN :)" <mi...@hotmail.com> on 2011/03/05 15:04:29 UTC

RE: mapping to action










Hi

I have an application which maps all .jspa  file extensions to struts actions.

How can I  map urls without any file extension to go to strut action also? I can't change the .jspa mapping as this is part of another application and I am using plugin to add more features.

Example: url such http://somehost.com/documents/   --> I want to map to a strut action, currently I have to do documents.jspa and then the action gets executed...

Anyway I can bypass the .jspa action?

Thanks in advance.