Skip to content
This repository has been archived by the owner on Nov 23, 2021. It is now read-only.

Commit

Permalink
#13 Fixed save and cancel link will redirect to viewmyprofile.action
Browse files Browse the repository at this point in the history
  • Loading branch information
blaubaer committed Apr 4, 2014
1 parent 44b0790 commit 0d75a5b
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,13 @@
</action-override>

<action-override name="editmyprofile" class="org.echocat.adam.profile.ExtendedEditMyProfileAction" method="doInput" inherit="false">
<result name="success" type="velocity">/org/echocat/adam/convoyed/editmyprofile.vm</result>
<result name="input" type="velocity">/org/echocat/adam/convoyed/editmyprofile.vm</result>
</action-override>
<action-override name="doeditmyprofile" class="org.echocat.adam.profile.ExtendedEditMyProfileAction" method="doEdit" inherit="false">
<result name="input" type="velocity">/org/echocat/adam/convoyed/editmyprofile.vm</result>
<result name="error" type="velocity">/org/echocat/adam/convoyed/editmyprofile.vm</result>
<result name="cancel" type="velocity">/org/echocat/adam/convoyed/editmyprofile.vm</result>
<result name="success" type="velocity">/org/echocat/adam/convoyed/editmyprofile.vm</result>
<result name="cancel" type="redirect">/users/viewmyprofile.action</result>
<result name="success" type="redirect">/users/viewmyprofile.action</result>
</action-override>
</package-override>

Expand Down

0 comments on commit 0d75a5b

Please sign in to comment.