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 16:51:43 UTC

DO NOT REPLY [Bug 16616] - SaveRegistrationAction does not cancel correctly

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=16616>.
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=16616

SaveRegistrationAction does not cancel correctly

jmitchell@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From jmitchell@apache.org  2003-02-04 15:51 -------
You've described 2 issues here.

Unless I'm mistaken(yes, I admit it happened once back in 1989 ;), both of these
issues are working just fine with the latest from CVS.

#1 - example does not go to the correct page when cancelling out of creating a
new registration.

I'm not sure where you are going with this, but the only "weird" thing I noticed
is that if you cancel while registering it takes you to the "success" jsp and:
a) if you logged in successfully, then went back to re-register (you still have
an active session (you did not specifically logout) then the page reuses that
user detail that was stored in the session.
b) if you go there for the first time

I would say issue #1 "works fine for me".


#2 - inputForward property of the controller is not implemented correctly in
SaveRegistrationAction. 

It's not the job of subclassed actions to check if 'inputForward' is true or
not.  That's handled when you call mapping.getInputForward().

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org