--- On Fri, 7/18/08, Igor Vlasov <[EMAIL PROTECTED]> wrote:
> but i forgot a struts.properties file and
> "struts.action.extension=jspa"
> 
> AND my project does not WORK
> 
> 
> My question: why we need to write
> "struts.action.extension=jspa" when we
> already have  filter-mapping binding struts2->*.jspa

So Struts 2 itself knows what extension is being used for actions.

Note that mapping the S2 filter to something other than "/*" will break a few 
things unless we work around it. I added a note to the web.xml documenation 
[1], but basically unless we do something to get the static content served 
(extracting the files, etc.) things will break.

Dave

[1] web.xml coniguration documentation (new note won't show up right away)
http://struts.apache.org/2.x/docs/webxml.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to