[richfaces-svn-commits] JBoss Rich Faces SVN: r5445 - trunk/test-applications/facelets/src/main/webapp/ContextMenu.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Jan 16 23:10:28 EST 2008


Author: nbelaevski
Date: 2008-01-16 23:10:28 -0500 (Wed, 16 Jan 2008)
New Revision: 5445

Modified:
   trunk/test-applications/facelets/src/main/webapp/ContextMenu/ContextMenu.xhtml
Log:
Bad page fixed

Modified: trunk/test-applications/facelets/src/main/webapp/ContextMenu/ContextMenu.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/ContextMenu/ContextMenu.xhtml	2008-01-17 02:52:13 UTC (rev 5444)
+++ trunk/test-applications/facelets/src/main/webapp/ContextMenu/ContextMenu.xhtml	2008-01-17 04:10:28 UTC (rev 5445)
@@ -7,7 +7,7 @@
 				<rich:menuItem icon="/pics/header.png" value="abc" reRender="cmInfoID">
 					<f:param name="cmdParam" value="abc" />
 				</rich:menuItem>	
-				<rich:menuItem icon="/pics/header.png" value="JSAPI Hide" onclick="$(formID:contextMenuSubviewID:contextMenuDefaultID).component.doHide()" reRender="cmInfoID">
+				<rich:menuItem icon="/pics/header.png" value="JSAPI Hide" onclick="$('formID:contextMenuSubviewID:contextMenuDefaultID').component.doHide()" reRender="cmInfoID">
 					<f:param name="cmdParam" value="hide" />
 				</rich:menuItem>
 				<rich:menuSeparator />
@@ -38,7 +38,7 @@
 					</rich:menuItem>
 				</rich:menuGroup>
 			</rich:contextMenu>
-			<a4j:commandLink onclick="$(formID:contextMenuSubviewID:contextMenuDefaultID).component.doShow()" value="JSAPI Show"></a4j:commandLink>
+			<a4j:commandLink onclick="$('formID:contextMenuSubviewID:contextMenuDefaultID').component.doShow()" value="JSAPI Show"></a4j:commandLink>
 		</rich:panel>
 		
 		




More information about the richfaces-svn-commits mailing list