Author: ilya_shaikovsky
Date: 2011-01-24 05:06:15 -0500 (Mon, 24 Jan 2011)
New Revision: 21166
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/tooltip/samples/tooltip-sample.xhtml
Log:
removed not-existent facet in order to avoid user confusion.
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/tooltip/samples/tooltip-sample.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/tooltip/samples/tooltip-sample.xhtml 2011-01-24
10:03:49 UTC (rev 21165)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/tooltip/samples/tooltip-sample.xhtml 2011-01-24
10:06:15 UTC (rev 21166)
@@ -56,9 +56,6 @@
<p>This tool-tip rendered on server <b>in separate request</b>.
</p>
<rich:tooltip mode="ajax" styleClass="tooltip"
layout="block">
- <f:facet name="defaultContent">
- <strong>Wait...</strong>
- </f:facet>
<span style="white-space: nowrap">This tool-tip content was
<strong>rendered on server</strong> </span>
<h:panelGrid columns="2">
Show replies by date