Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha2
-
Fix Version/s: 2.0.0
-
Component/s: Sample Apps
-
Labels:None
-
Environment:jsf2.0, ICEfaces-2.0, compat
Description
examples have been updated for component-showcase in trunk that should be updated in the compat version. To do this before release after ICEfaces-2.0.0.A2
panelConfirmation to be added
panelTabSet (accessKey)
panelTooltip (displayOn attribute)
panelPopup, setEventPhase
check for others
panelConfirmation to be added
panelTabSet (accessKey)
panelTooltip (displayOn attribute)
panelPopup, setEventPhase
check for others
Issue Links
- duplicates
-
ICE-5346 compat-showcase requires updating of some component-examples
- Closed
Activity
Judy Guglielmin
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 2.0-Beta [ 10231 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 2.0.0 [ 10230 ] | |
Fix Version/s | 2.0-Beta [ 10231 ] |
Ken Fyten
made changes -
Assignee | Judy Guglielmin [ judy.guglielmin ] |
Ken Fyten
made changes -
Assignee Priority | P2 |
Ken Fyten
made changes -
Assignee Priority | P2 | P1 |
Ken Fyten
made changes -
Link | This issue depends on ICE-6266 [ ICE-6266 ] |
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Security | Private [ 10001 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 |
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.