[richfaces-svn-commits] JBoss Rich Faces SVN: r13459 - trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/tags/templates.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 9 09:22:17 EDT 2009


Author: nbelaevski
Date: 2009-04-09 09:22:16 -0400 (Thu, 09 Apr 2009)
New Revision: 13459

Modified:
   trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/tags/templates/button.xhtml
Log:
id="#{myid}" removed from tag

Modified: trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/tags/templates/button.xhtml
===================================================================
--- trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/tags/templates/button.xhtml	2009-04-09 12:17:30 UTC (rev 13458)
+++ trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/tags/templates/button.xhtml	2009-04-09 13:22:16 UTC (rev 13459)
@@ -13,7 +13,7 @@
 	<a4j:loadScript src="/scripts/buttons.js" />
 
 	<richx:actionMapper>
-		<a4j:outputPanel id="#{myid}" layout="block" style="#{style}" styleClass="realworldButton #{styleClass}" lang="#{lang}" dir="#{dir}" title="#{title}" 
+		<a4j:outputPanel layout="block" style="#{style}" styleClass="realworldButton #{styleClass}" lang="#{lang}" dir="#{dir}" title="#{title}" 
 			rendered="#{empty rendered or rendered}"
 			onmousedown="RF_RW_DEMO.toPressed(this)" onmouseup="RF_RW_DEMO.toReleased(this)" onmouseout="RF_RW_DEMO.toReleased(this)">
 		




More information about the richfaces-svn-commits mailing list