Author: ayanul
Date: 2007-11-09 08:08:34 -0500 (Fri, 09 Nov 2007)
New Revision: 3853
Modified:
branches/3.1.x/test-applications/facelets/src/main/webapp/Panel/Panel2.xhtml
Log:
fix bug (rename f:view on f:verbatim)
Modified: branches/3.1.x/test-applications/facelets/src/main/webapp/Panel/Panel2.xhtml
===================================================================
---
branches/3.1.x/test-applications/facelets/src/main/webapp/Panel/Panel2.xhtml 2007-11-09
12:54:10 UTC (rev 3852)
+++
branches/3.1.x/test-applications/facelets/src/main/webapp/Panel/Panel2.xhtml 2007-11-09
13:08:34 UTC (rev 3853)
@@ -20,7 +20,7 @@
<f:facet name="header">
<h:outputText value="Header of the Panel" />
</f:facet>
- <f:view>This panel contains custom headerClass and bodyClass</f:view>
+ <f:verbatim>This panel contains custom headerClass and
bodyClass</f:verbatim>
</rich:panel>
<rich:panel styleClass="top2" headerClass="hea2"
bodyClass="bo2">
<f:facet name="header">
Show replies by date