[richfaces-svn-commits] JBoss Rich Faces SVN: r2337 - trunk/test-applications/jsp/src/main/webapp/Gmap.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 20 09:10:48 EDT 2007


Author: ayanul
Date: 2007-08-20 09:10:48 -0400 (Mon, 20 Aug 2007)
New Revision: 2337

Modified:
   trunk/test-applications/jsp/src/main/webapp/Gmap/Gmap.jsp
Log:
update

Modified: trunk/test-applications/jsp/src/main/webapp/Gmap/Gmap.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Gmap/Gmap.jsp	2007-08-20 11:30:10 UTC (rev 2336)
+++ trunk/test-applications/jsp/src/main/webapp/Gmap/Gmap.jsp	2007-08-20 13:10:48 UTC (rev 2337)
@@ -70,7 +70,7 @@
 		<a4j:outputPanel id="zoomer">
 			<script>
 			  function zoomIt() {
-	   			map.setZoom(</f:verbatim>#{gmap.zoom});
+	   			map.setZoom(#{gmap.zoom});
 			  }
 			</script>
 		</a4j:outputPanel>




More information about the richfaces-svn-commits mailing list