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/08/22 07:16:35 UTC

[jira] Updated: (STR-423) Struts fails silently in too many places

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

Paul Benedict updated STR-423:
------------------------------

    Fix Version/s: 1.4.0
         Assignee:     (was: Struts Developers)

> Struts fails silently in too many places
> ----------------------------------------
>
>                 Key: STR-423
>                 URL: https://issues.apache.org/struts/browse/STR-423
>             Project: Struts 1
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: Nightly Build
>         Environment: Operating System: All
> Platform: All
>            Reporter: Frank Lawlor
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: sources.zip, struts-config-schema.xsd, struts-config_1_1.xsd, TestableUberspect.java
>
>
> When something is specified incorrectly, usually in
> struts-config.xml or invocation of struts methods,
> the result is nothing!  No exception, no log entry.
> Among the people I work with and from many forum posts
> it seems like this is a common source of frustration 
> for struts developers.  Some specific examples:
> - If the ActionForm name is not defined in struts-config, silence
> - If the ActionForward string is not found, silence
> - If no app.properties found, pretty close to silence
> - if you say html:text indexed="yes" (should be "true"), silence
>   (note, the documentation implies it should be "yes")
>   (many tag errors just result in silence)
> - If the ActionError type is not found, silence
> Most of these should cause exceptions and/or log entries.

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