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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 30 09:54:07 EDT 2009


Author: abelevich
Date: 2009-04-30 09:54:06 -0400 (Thu, 30 Apr 2009)
New Revision: 13961

Modified:
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageInfo.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageList.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageScroller.xhtml
   trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/slideshow.xhtml
Log:
remove form rerender

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/image/imageList.xhtml
===================================================================
(Binary files differ)

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-30 13:53:36 UTC (rev 13960)
+++ trunk/examples/photoalbum/source/web/src/main/webapp/includes/image/imageScroller.xhtml	2009-04-30 13:54:06 UTC (rev 13961)
@@ -5,7 +5,7 @@
 	xmlns:a4j="http://richfaces.org/a4j"
 	xmlns:rich="http://richfaces.org/rich">
 	<h:panelGroup layout="block" id="imagesTable"
-		style="margin: 30px 0px 40px 30px; float: left; position: relative; zoom: 1; left: -2px;">
+		style="margin: 30px 0px 40px 30px; float: left; position: relative; left: -2px;">
 		<a4j:repeat value="#{model.selectedAlbum.images}" rows="5" var="img"
 			id="repeat" rowKeyVar="rk">
 
@@ -29,7 +29,7 @@
 
 				<a4j:support event="onclick"
 					rendered="#{model.selectedImage != img}"
-					reRender="mainArea,treeform, imagesTable"
+					reRender="mainArea,treePanel, imagesTable"
 					action="#{controller.showImage(img)}" />
 			</a4j:outputPanel>
 		</a4j:repeat>

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




More information about the richfaces-svn-commits mailing list