exception element should not require key
----------------------------------------
Key: STR-2924
URL: http://issues.apache.org/struts/browse/STR-2924
Project: Struts 1
Issue Type: Improvement
Components: Core
Affects Versions: 1.x Next
Reporter: Paul Benedict
Priority: Minor
Not every exception warrants a message from the user. Sometimes just goign to
another page without a message is good enough. For instance, if a user needs to
respond to a confirmation email to complete an account signup, the action may
throw an exception is the account is already completed. In this case, it would
be great to simply use <exception> to send them to the login page, but I cannot
do this declaratively because @key is required. I say this should be optional.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira