Index: lams_central/conf/xdoclet/struts-message-resources.xml
===================================================================
RCS file: /usr/local/cvsroot/lams_central/conf/xdoclet/struts-message-resources.xml,v
diff -u -r1.2 -r1.3
--- lams_central/conf/xdoclet/struts-message-resources.xml 10 Apr 2006 11:05:19 -0000 1.2
+++ lams_central/conf/xdoclet/struts-message-resources.xml 24 Aug 2006 23:14:29 -0000 1.3
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
Index: lams_central/src/java/org/lamsfoundation/lams/web/PasswordChangeAction.java
===================================================================
RCS file: /usr/local/cvsroot/lams_central/src/java/org/lamsfoundation/lams/web/PasswordChangeAction.java,v
diff -u -r1.4 -r1.5
--- lams_central/src/java/org/lamsfoundation/lams/web/PasswordChangeAction.java 10 Aug 2006 04:05:28 -0000 1.4
+++ lams_central/src/java/org/lamsfoundation/lams/web/PasswordChangeAction.java 24 Aug 2006 23:14:29 -0000 1.5
@@ -128,7 +128,7 @@
// -- Report any errors
if (!errors.isEmpty()) {
- saveErrors(request,errors);
+ saveMessages(request,errors);
if (mapping.getInput()!=null)
{
passwordChangeForm.reset(mapping,request);
Index: lams_central/web/editprofile.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/editprofile.jsp,v
diff -u -r1.2 -r1.3
--- lams_central/web/editprofile.jsp 24 Aug 2006 01:54:03 -0000 1.2
+++ lams_central/web/editprofile.jsp 24 Aug 2006 23:14:27 -0000 1.3
@@ -13,7 +13,9 @@
-
+
+
+
Index: lams_central/web/passwordChangeContent.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/passwordChangeContent.jsp,v
diff -u -r1.6 -r1.7
--- lams_central/web/passwordChangeContent.jsp 10 Aug 2006 04:05:28 -0000 1.6
+++ lams_central/web/passwordChangeContent.jsp 24 Aug 2006 23:14:28 -0000 1.7
@@ -1,5 +1,7 @@
<%@page import="org.lamsfoundation.lams.web.PasswordChangeActionForm" %>
+<%@page import="org.apache.struts.action.ActionMessages" %>
<%@ taglib uri="tags-html" prefix="html" %>
+<%@ taglib uri="tags-logic" prefix="logic" %>
<%@ taglib uri="tags-bean" prefix="bean" %>
<%@ taglib uri="tags-fmt" prefix="fmt" %>
@@ -8,7 +10,13 @@
-
+
+
+
+
+
+
+
Index: lams_central/web/portrait.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/portrait.jsp,v
diff -u -r1.1 -r1.2
--- lams_central/web/portrait.jsp 24 Aug 2006 05:24:19 -0000 1.1
+++ lams_central/web/portrait.jsp 24 Aug 2006 23:14:25 -0000 1.2
@@ -9,7 +9,9 @@
|
-
+
+
+
| |