[richfaces-svn-commits] JBoss Rich Faces SVN: r13915 - trunk/examples/photoalbum/source/web/src/main/webapp/includes/image.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Apr 29 11:22:49 EDT 2009


Author: amarkhel
Date: 2009-04-29 11:22:49 -0400 (Wed, 29 Apr 2009)
New Revision: 13915

Modified:
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageScroller.xhtml
Log:
Fix Rf-6963

Modified: trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageScroller.xhtml
===================================================================
--- trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageScroller.xhtml	2009-04-29 15:12:51 UTC (rev 13914)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageScroller.xhtml	2009-04-29 15:22:49 UTC (rev 13915)
@@ -29,7 +29,7 @@
 
 				<a4j:support event="onclick"
 					rendered="#{model.selectedImage != img}"
-					reRender="mainImage,treeform, imagesTable"
+					reRender="mainArea,treeform, imagesTable"
 					action="#{controller.showImage(img)}" />
 			</a4j:outputPanel>
 		</a4j:repeat>




More information about the richfaces-svn-commits mailing list