You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Antonio (JIRA)" <ji...@apache.org> on 2013/05/23 09:42:19 UTC

[jira] [Created] (WW-4078) Wrong wellcome file (action) in wilcard example

Antonio created WW-4078:
---------------------------

             Summary: Wrong wellcome file (action) in wilcard example 
                 Key: WW-4078
                 URL: https://issues.apache.org/jira/browse/WW-4078
             Project: Struts 2
          Issue Type: New Feature
          Components: Example Applications
    Affects Versions: 2.2.1
            Reporter: Antonio
            Priority: Minor


Struts 2 Wildcard Method Selection Maven Version 2.2.1

http://code.google.com/p/struts2-examples/downloads/detail?name=Wildcard_Method_Struts_2_Mvn_2_2_1.zip&can=2&q=&sort=filename

Workaround: replace action with jsp in web.xml:

  <welcome-file-list>
<!--    <welcome-file>Person.action</welcome-file>-->
    <welcome-file>view.jsp</welcome-file>
  </welcome-file-list>



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira