You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Paul Benedict (JIRA)" <ji...@apache.org> on 2007/04/09 05:51:51 UTC

[jira] Created: (STR-3025) Select input based on convention over configuration

Select input based on convention over configuration
---------------------------------------------------

                 Key: STR-3025
                 URL: https://issues.apache.org/struts/browse/STR-3025
             Project: Struts 1
          Issue Type: Improvement
            Reporter: Paul Benedict
         Assigned To: Paul Benedict
             Fix For: 1.4.0


Selecting the input can usually be done using Convention over Configuration, and thus possible to eliminate specifying the input attribute for the general case. Given that an input attribute is absent for any mapping: If the Controller's inputForward is true, a forward named "input" will be sought and then, if fail, at the global forward level. When inputForward is false, only the global forward is sought. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (STR-3025) Select input based on convention over configuration

Posted by "Paul Benedict (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/STR-3025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict resolved STR-3025.
--------------------------------

    Resolution: Fixed

> Select input based on convention over configuration
> ---------------------------------------------------
>
>                 Key: STR-3025
>                 URL: https://issues.apache.org/struts/browse/STR-3025
>             Project: Struts 1
>          Issue Type: Improvement
>            Reporter: Paul Benedict
>         Assigned To: Paul Benedict
>             Fix For: 1.4.0
>
>
> Selecting the input can usually be done using Convention over Configuration, and thus possible to eliminate specifying the input attribute for the general case. Given that an input attribute is absent for any mapping: If the Controller's inputForward is true, a forward named "input" will be sought and then, if fail, at the global forward level. When inputForward is false, only the global forward is sought. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.