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 2003/02/04 01:36:01 UTC

DO NOT REPLY [Bug 16743] New: - Allow RequestProcessor to access Token methods

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: struts-dev@jakarta.apache.org
        ReportedBy: peteroldershaw@comcast.net


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: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org