You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2002/01/08 16:58:12 UTC

DO NOT REPLY [Bug 5739] New: - Struts fails silently in too many places

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5739>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5739

Struts fails silently in too many places

           Summary: Struts fails silently in too many places
           Product: Struts
           Version: 1.0 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Controller
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: flawlor@athensgroup.com


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.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>