Author: mfranklin
Date: Mon Sep  3 14:09:00 2012
New Revision: 1380238

URL: http://svn.apache.org/viewvc?rev=1380238&view=rev
Log:
Fixed RAVE-788

Modified:
    
rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/personProfile.jsp

Modified: 
rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/personProfile.jsp
URL: 
http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/personProfile.jsp?rev=1380238&r1=1380237&r2=1380238&view=diff
==============================================================================
--- 
rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/personProfile.jsp
 (original)
+++ 
rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/views/personProfile.jsp
 Mon Sep  3 14:09:00 2012
@@ -57,7 +57,10 @@
     <div class="row-fluid">
         <div class="span9">
             <div id="personProfileContent">
-                <form:form id="editAccountForm" commandName="userProfile" 
action="person?referringPageId=${referringPageId}" method="POST" 
class="form-horizontal">
+                <c:url var="profileUrl" value="/app/person">
+                    <c:param name="referringPageId" value="${referringPageId}" 
/>
+                </c:url>
+                <form:form id="editAccountForm" commandName="userProfile" 
action="${profileUrl}" method="POST" class="form-horizontal">
 
                     <fieldset class="row-fluid" id="userProfilePrimaryData">
                        <div class="span2 profile-user-thumb">


Reply via email to