updated according to 1.8 trunk (where I could)
2 minor problems
1) when using the Columns example in Tables panel, if you change the theme, get the following;-
SEVERE: Servlet.service() for servlet Resource Servlet threw exception
java.lang.NumberFormatException: multiple points
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1084)
at java.lang.Double.parseDouble(Double.java:482)
at java.text.DigitList.getDouble(DigitList.java:141)
at java.text.DecimalFormat.parse(DecimalFormat.java:1276)
at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1755)
at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1174)
at java.text.DateFormat.parse(DateFormat.java:333)
at com.icesoft.faces.webapp.CompatResourceServlet.service(CompatResourceServlet.java:61)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:613)
also:-
In the DataPaginator example, when switching to scrolling option (checkbox) get the following server warning:-
Nov 17, 2010 3:51:07 PM com.icesoft.faces.component.datapaginator.DataPaginator getPageIndex
WARNING: DataTable iceform:data has invalid rows attribute.
updated according to 1.8 trunk (where I could)
2 minor problems
1) when using the Columns example in Tables panel, if you change the theme, get the following;-
SEVERE: Servlet.service() for servlet Resource Servlet threw exception
java.lang.NumberFormatException: multiple points
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1084)
at java.lang.Double.parseDouble(Double.java:482)
at java.text.DigitList.getDouble(DigitList.java:141)
at java.text.DecimalFormat.parse(DecimalFormat.java:1276)
at java.text.SimpleDateFormat.subParse(SimpleDateFormat.java:1755)
at java.text.SimpleDateFormat.parse(SimpleDateFormat.java:1174)
at java.text.DateFormat.parse(DateFormat.java:333)
at com.icesoft.faces.webapp.CompatResourceServlet.service(CompatResourceServlet.java:61)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:852)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Thread.java:613)
also:-
In the DataPaginator example, when switching to scrolling option (checkbox) get the following server warning:-
Nov 17, 2010 3:51:07 PM com.icesoft.faces.component.datapaginator.DataPaginator getPageIndex
WARNING: DataTable iceform:data has invalid rows attribute.