The framework defines several constants that are used to identify
common result use cases, such as, ERROR, INPUT, FAILURE, LOGIN. NONE,
and SUCCESS.

When an application has common result cases of its own, such HELP,
MENU, or CANCEL, the application should define additional constants to
represent various result types.

The use of constants reduces programming errors, increases cohesion,
and also documents an application's common result types.

-HTH, Ted
<http://jroller.com/rss/TedHusted?catname=/Struts>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to