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=16743>. 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=16743 Allow RequestProcessor to access Token methods Summary: Allow RequestProcessor to access Token methods Product: Struts Version: 1.1 Beta 3 Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Controller AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] It would be nice if the token and cancelled methods were on the RequestProcessor and not the Action. We have found instances where we would like to ignore ActionForm population processing if the refresh button or cancel button is pressed and because they are handled first have had to find a workaround. As an FYI, our workaround is to extend the Action class and make the saveToken, isTokenValid and isCancelled public so that the RequestProcessor can at least use the ones that you have already created. Thanks...Peter P.S. Great framework, thanks for all your work. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]