MaxKey 4 yıl önce
ebeveyn
işleme
c40c3ee7bc

+ 1 - 1
maxkey-web-maxkey/src/main/java/org/maxkey/web/contorller/ProfileController.java

@@ -92,7 +92,7 @@ public class ProfileController {
             new Message(WebContext.getI18nValue(ConstantsOperateMessage.UPDATE_ERROR), MessageType.error);
         }
 
-        return WebContext.forward("forwardMyProfile");
+        return WebContext.redirect("/profile/myProfile");
 
     }
 

+ 1 - 1
maxkey-web-maxkey/src/main/resources/templates/views/profile/myProfile.ftl

@@ -17,7 +17,7 @@
 <#include  "../layout/top.ftl"/>
 <#include  "../layout/nav_primary.ftl"/>
 <div class="container">
-<form id="actionForm"  
+<form id="actionFormProfile"  
 	method="post" 
 	type="alert" 
 	forward="<@base/>/profile/myProfile"