Author: amarkhel
Date: 2008-10-16 11:51:56 -0400 (Thu, 16 Oct 2008)
New Revision: 10779
Modified:
trunk/pom.xml
trunk/ui/inputnumber-spinner/src/main/templates/inputNumberSpinner.jspx
Log:
Fix RF-2229 bug
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-10-16 15:28:17 UTC (rev 10778)
+++ trunk/pom.xml 2008-10-16 15:51:56 UTC (rev 10779)
@@ -68,6 +68,24 @@
</archive>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.2</version>
+ <configuration>
+ <systemProperties>
+ <!--<property>
+ <name>org.ajax4jsf.test.checkXHTML.file</name>
+ <value>C:/m2.txt</value>
+ </property>-->
+ <property>
+ <name>org.ajax4jsf.test.checkXHTML</name>
+ <value>true</value>
+ </property>
+ </systemProperties>
+ </configuration>
+</plugin>
+
</plugins>
</pluginManagement>
</build>
Modified: trunk/ui/inputnumber-spinner/src/main/templates/inputNumberSpinner.jspx
===================================================================
--- trunk/ui/inputnumber-spinner/src/main/templates/inputNumberSpinner.jspx 2008-10-16
15:28:17 UTC (rev 10778)
+++ trunk/ui/inputnumber-spinner/src/main/templates/inputNumberSpinner.jspx 2008-10-16
15:51:56 UTC (rev 10779)
@@ -67,7 +67,7 @@
autocomplete='#{autocomplete}'
/>
</td>
- <td id="#{clientId}For" class="dr-spnr-b rich-spinner-buttons"
width="1%">
+ <td id="#{clientId}For" class="dr-spnr-b rich-spinner-buttons"
style="width:1%">
<table id="#{clientId}Buttons" border="0"
cellspacing="0" cellpadding="0">
<tbody>
<tr>
Show replies by date