Author: SergeySmirnov
Date: 2007-05-14 13:59:39 -0400 (Mon, 14 May 2007)
New Revision: 749
Modified:
trunk/richfaces/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx
Log:
dup for style and styleClass removed
Modified:
trunk/richfaces/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx
===================================================================
---
trunk/richfaces/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx 2007-05-14
14:36:24 UTC (rev 748)
+++
trunk/richfaces/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx 2007-05-14
17:59:39 UTC (rev 749)
@@ -21,9 +21,8 @@
<![CDATA[org.richfaces.component.util.FormUtil.throwEnclFormReqExceptionIfNeed(context,component);]]>
</jsp:scriptlet>
<div id="#{clientId}"
- x:passThruWithExclusions="value,name,type,id"
- class="dr-dscr rich-datascr #{component.attributes['styleClass']}"
- style="#{component.attributes['style']};">
+ x:passThruWithExclusions="value,name,type,id,styleClass"
+ class="dr-dscr rich-datascr
#{component.attributes['styleClass']}">
<table id="#{clientId}_table"
align="#{component.attributes['align']}" border="0"
cellpadding="0" cellspacing="1" class="dr-dscr-t
rich-dtascroller-table #{component.attributes['tableStyleClass']}">
<tbody>
<tr>