You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2013/06/11 09:52:21 UTC

[jira] [Closed] (WW-4100) "error" result defined in global-results is ignored when using convention plugin

     [ https://issues.apache.org/jira/browse/WW-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart closed WW-4100.
-----------------------------

    Resolution: Not A Problem
      Assignee: Lukasz Lenart

You must define your package as a default parent package as by default the Convention plugin will use {{convention-default}}

{code:xml}
<constant name="struts.convention.default.parent.package" value="my-package"/>
{code}
                
> "error" result defined in global-results is ignored when using convention plugin
> --------------------------------------------------------------------------------
>
>                 Key: WW-4100
>                 URL: https://issues.apache.org/jira/browse/WW-4100
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Convention
>    Affects Versions: 2.3.14.3
>            Reporter: Mark Woon
>            Assignee: Lukasz Lenart
>
> If you have an "error" result defined in global-results in struts.xml and use the convention plugin, the global error result is ignored.
> If you have this:
> {code}
>     <global-results>
>       <result name="error" type="dispatcher">/error/strutsError.jsp</result>
>     </global-results>
>   </package>
> {code}
> The convention plugin will only dispatch to action-error.jsp or action.jsp when the former is not found, ignoring the global-results.

--
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