Author: sergeyhalipov
Date: 2007-11-13 14:54:02 -0500 (Tue, 13 Nov 2007)
New Revision: 3974
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox.xhtml
trunk/samples/richfaces-demo/src/main/webapp/templates/include/tagInfo.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-1344
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox.xhtml 2007-11-13
19:47:54 UTC (rev 3973)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox.xhtml 2007-11-13
19:54:02 UTC (rev 3974)
@@ -12,7 +12,7 @@
<ui:include src="/richfaces/suggestionBox/usage.xhtml"/>
</rich:tab>
<ui:include src="/templates/include/tagInfo.xhtml">
- <ui:param name="path" value="rich/suggestionBox"/>
+ <ui:param name="path" value="rich/suggestionbox"/>
</ui:include>
</rich:tabPanel>
</ui:define>
Modified: trunk/samples/richfaces-demo/src/main/webapp/templates/include/tagInfo.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/templates/include/tagInfo.xhtml 2007-11-13
19:47:54 UTC (rev 3973)
+++
trunk/samples/richfaces-demo/src/main/webapp/templates/include/tagInfo.xhtml 2007-11-13
19:54:02 UTC (rev 3974)
@@ -8,6 +8,6 @@
<rich:insert src="/WEB-INF/tlddoc/#{path}.html"
errorContent="/templates/include/tagInfoNotes.xhtml"/>
</rich:tab>
-</ui:composition>>
+</ui:composition>
</html>