Author: nbelaevski
Date: 2008-04-29 11:49:36 -0400 (Tue, 29 Apr 2008)
New Revision: 8339
Modified:
trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/log.jspx
Log:
http://jira.jboss.com/jira/browse/RF-3213
Modified: trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/log.jspx
===================================================================
--- trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/log.jspx 2008-04-29
15:49:31 UTC (rev 8338)
+++ trunk/ui/core/src/main/templates/org/ajax4jsf/renderkit/html/log.jspx 2008-04-29
15:49:36 UTC (rev 8339)
@@ -24,9 +24,10 @@
x:style='width:#{component.width};height:#{component.height};overflow:auto;#{component.attributes["style"]}'
x:passThruWithExclusions="value,name,id,style"
- <script type="text/javascript">
- LOG.LEVEL = LOG.#{component.level};
- </script>
+ <script type="text/javascript">
+ LOG.LEVEL = LOG.#{component.level};
+ LOG.clear();
+ </script>
</div>
<jsp:scriptlet> } </jsp:scriptlet>
</f:root>
\ No newline at end of file