Author: d.bulahov
Date: 2007-03-23 11:24:10 -0400 (Fri, 23 Mar 2007)
New Revision: 125
Modified:
trunk/richfaces/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx
Log:
<< >> ?? ?? problems
Modified:
trunk/richfaces/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx
===================================================================
---
trunk/richfaces/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx 2007-03-23
14:32:01 UTC (rev 124)
+++
trunk/richfaces/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx 2007-03-23
15:24:10 UTC (rev 125)
@@ -39,7 +39,9 @@
}else{
]]></jsp:scriptlet>
<td align="center" class="dr-dscr-button
rich-datascr-button" onclick="#{onclick}">
- ««
+ <jsp:scriptlet><![CDATA[
+ writer.write("««");
+ ]]></jsp:scriptlet>
</td>
<jsp:scriptlet><![CDATA[
}
@@ -56,7 +58,9 @@
}else{
]]></jsp:scriptlet>
<td align="center" class="dr-dscr-button
rich-datascr-button" onclick="#{onclick}">
- «
+ <jsp:scriptlet><![CDATA[
+ writer.write("«");
+ ]]></jsp:scriptlet>
</td>
<jsp:scriptlet><![CDATA[
}
@@ -110,7 +114,9 @@
}else{
]]></jsp:scriptlet>
<td align="center" class="dr-dscr-button
rich-datascr-button" onclick="#{onclick}">
- »
+ <jsp:scriptlet><![CDATA[
+ writer.write("»");
+ ]]></jsp:scriptlet>
</td>
<jsp:scriptlet><![CDATA[
}
@@ -127,7 +133,9 @@
}else{
]]></jsp:scriptlet>
<td align="center" class="dr-dscr-button
rich-datascr-button" onclick="#{onclick}">
- »»
+ <jsp:scriptlet><![CDATA[
+ writer.write("»»");
+ ]]></jsp:scriptlet>
</td>
<jsp:scriptlet><![CDATA[
}