[richfaces-svn-commits] JBoss Rich Faces SVN: r14171 - in trunk/examples/photoalbum/source/web/src/main: webapp and 3 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed May 13 11:41:37 EDT 2009


Author: amarkhel
Date: 2009-05-13 11:41:37 -0400 (Wed, 13 May 2009)
New Revision: 14171

Modified:
   trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/FileUploadManager.java
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageInfo.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/misc/errorPanel.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/index.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/layout/template.xhtml
Log:


Modified: trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/FileUploadManager.java
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/FileUploadManager.java	2009-05-13 15:31:12 UTC (rev 14170)
+++ trunk/examples/photoalbum/source/web/src/main/java/org/richfaces/photoalbum/manager/FileUploadManager.java	2009-05-13 15:41:37 UTC (rev 14171)
@@ -95,6 +95,7 @@
 			if(imageAction.isImageWithThisPathExist(image)){
 				//If exist generate new path for image
 				image.setPath(generateNewPath(image.getPath()));
+				image.setName(generateNewPath(image.getPath()));
 			}
 			//Save to database
 			imageAction.addImage(image);

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageInfo.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/misc/errorPanel.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/index.xhtml
===================================================================
(Binary files differ)

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/layout/template.xhtml
===================================================================
(Binary files differ)




More information about the richfaces-svn-commits mailing list