Author: nbelaevski
Date: 2010-12-27 19:01:35 -0500 (Mon, 27 Dec 2010)
New Revision: 20822
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/message.xhtml
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/messages.xhtml
Log:
https://issues.jboss.org/browse/RF-10092
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/message.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/message.xhtml 2010-12-27
23:53:45 UTC (rev 20821)
+++
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/message.xhtml 2010-12-28
00:01:35 UTC (rev 20822)
@@ -20,7 +20,7 @@
<composite:implementation>
<h:outputStylesheet library="org.richfaces.showcase"
name="message.css" />
- <a4j:outputPanel ajaxRendered="true" layout="none">
+ <a4j:outputPanel ajaxRendered="true">
<h:message for="#{cc.attrs.for}"
showDetail="#{cc.attrs.showDetails}"
showSummary="#{cc.attrs.showSummary}" style="#{cc.attrs.style}"
styleClass="rich-message #{cc.attrs.styleClass}" />
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/messages.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/messages.xhtml 2010-12-27
23:53:45 UTC (rev 20821)
+++
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/messages.xhtml 2010-12-28
00:01:35 UTC (rev 20822)
@@ -19,7 +19,7 @@
<composite:implementation>
<h:outputStylesheet library="org.richfaces.showcase"
name="messages.css" />
- <a4j:outputPanel ajaxRendered="true" layout="none">
+ <a4j:outputPanel ajaxRendered="true">
<h:messages layout="#{cc.attrs.layout}"
showSummary="true" style="color:red; #{cc.attrs.style}"
styleClass="rich-message #{cc.attrs.styleClass}" />