Author: ayanul
Date: 2008-04-16 03:41:08 -0400 (Wed, 16 Apr 2008)
New Revision: 7858
Modified:
trunk/test-applications/facelets/src/main/webapp/Tooltip/TooltipProperty.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-3052
Modified: trunk/test-applications/facelets/src/main/webapp/Tooltip/TooltipProperty.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/Tooltip/TooltipProperty.xhtml 2008-04-16
07:40:21 UTC (rev 7857)
+++
trunk/test-applications/facelets/src/main/webapp/Tooltip/TooltipProperty.xhtml 2008-04-16
07:41:08 UTC (rev 7858)
@@ -25,7 +25,7 @@
<h:selectOneMenu value="#{tooltip.event}"
onchange="submit();">
<f:selectItem itemLabel="onmouseover" itemValue="onmouseover"
/>
<f:selectItem itemLabel="onclick" itemValue="onclick" />
- <f:selectItem itemLabel="onmouseup" itemValue="onmousemove"
/>
+ <f:selectItem itemLabel="onmouseup" itemValue="onmouseup"
/>
</h:selectOneMenu>
<h:outputText value="Layout:"></h:outputText>