ICEfaces
  1. ICEfaces
  2. ICE-5301

compat showcase examples to be updated to reflect improvements in latest trunk

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major 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


        Issue Links

          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 -
          Link This issue duplicates ICE-5346 [ ICE-5346 ]
          Ken Fyten made changes -
          Assignee Judy Guglielmin [ judy.guglielmin ]
          Ken Fyten made changes -
          Assignee Priority P2
          Ken Fyten made changes -
          Assignee Priority P2 P1
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #23150 Wed Nov 17 16:11:46 MST 2010 judy.guglielmin ICE-5301 see comments on jira for Nov 17th
          Files Changed
          Commit graph DEL /icefaces2/trunk/icefaces/compat/samples/component-showcase/web/WEB-INF/includes/content/navigation2.xhtml
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/web/WEB-INF/includes/examples/standard/textFields.xhtml
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/web/WEB-INF/includes/examples/panel/panelTooltip.xhtml
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/src/org/icefaces/application/showcase/view/resources/messages_en.properties
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/web/WEB-INF/includes/examples/panel/panelBorder.xhtml
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/web/WEB-INF/includes/examples/custom/menuBar.xhtml
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/src/org/icefaces/application/showcase/view/resources/messages_de.properties
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/src/org/icefaces/application/showcase/view/bean/examples/layoutPanel/panelTabset/StaticTabSetBean.java
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/src/org/icefaces/application/showcase/view/bean/examples/component/outputMedia/Media.java
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/src/org/icefaces/application/showcase/view/resources/messages_es.properties
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/web/WEB-INF/includes/examples/panel/panelPopup.xhtml
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/web/WEB-INF/includes/examples/panel/panelTabSet-dynamic.xhtml
          Commit graph ADD /icefaces2/trunk/icefaces/compat/samples/component-showcase/src/org/icefaces/application/showcase/view/bean/examples/layoutPanel/panelConfirmation/ConfirmationPanelBean.java
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/src/org/icefaces/application/showcase/view/bean/examples/component/setEventPhase/SetEventPhaseBean.java
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/src/org/icefaces/application/showcase/view/bean/examples/component/outputChart/ChartController.java
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/web/WEB-INF/includes/content/navigation.xhtml
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/web/WEB-INF/includes/examples/panel/panelCollapsible.xhtml
          Commit graph ADD /icefaces2/trunk/icefaces/compat/samples/component-showcase/src/org/icefaces/application/showcase/view/bean/examples/layoutPanel/panelConfirmation
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/src/org/icefaces/application/showcase/view/bean/examples/layoutPanel/panelToolTip/PanelToolTipModel.java
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/web/WEB-INF/includes/examples/panel/panelTabSet-static.xhtml
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/web/WEB-INF/includes/examples/standard/selectionTags.xhtml
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/web/WEB-INF/includes/examples/custom/setEventPhase.xhtml
          Commit graph ADD /icefaces2/trunk/icefaces/compat/samples/component-showcase/web/WEB-INF/includes/examples/panel/panelConfirmation.xhtml
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/src/org/icefaces/application/showcase/util/LocaleBean.java
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/web/WEB-INF/includes/examples/custom/dataTable-dataExporter.xhtml
          Commit graph MODIFY /icefaces2/trunk/icefaces/compat/samples/component-showcase/src/org/icefaces/application/showcase/view/bean/examples/component/outputResource/OutputResourceBean.java
          Hide
          Judy Guglielmin added a comment -

          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.

          Show
          Judy Guglielmin added a comment - 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.
          Hide
          Ken Fyten added a comment -

          Second issue is related to this, which is exists for icefaces/trunk also.

          Show
          Ken Fyten added a comment - Second issue is related to this, which is exists for icefaces/trunk also.
          Ken Fyten made changes -
          Link This issue depends on ICE-6266 [ ICE-6266 ]
          Hide
          Judy Guglielmin added a comment -

          no more server log exceptions or warnings as of rev 23156 attributed fix to http://jira.icefaces.org/browse/ICE-6217 work done by Mircea.

          Show
          Judy Guglielmin added a comment - no more server log exceptions or warnings as of rev 23156 attributed fix to http://jira.icefaces.org/browse/ICE-6217 work done by Mircea.
          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

            People

            • Assignee:
              Judy Guglielmin
              Reporter:
              Judy Guglielmin
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: