Details

    • Type: Task Task
    • Status: Resolved
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: 1.1 Final
    • Fix Version/s: 1.3 Beta
    • Component/s: Faces, Spring
    • Labels:
      None
    • Environment:
      n/a

      Description


      Full review of mobi:panelConfirmation

        Issue Links

          Activity

          Repository Revision Date User Message
          ICEsoft Public SVN Repository #32206 Sun Nov 18 11:18:34 MST 2012 philip.breau MOBI-547 Confirmation Panel Review
          - add api tests for panelConfirmation jsf example
          Files Changed
          Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelconfirmation-example.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/webapp/WEB-INF/includes/examples/layout/panelpopup-example.xhtml
          Commit graph MODIFY /icemobile/trunk/icemobile/samples/mobileshowcase/src/main/java/org/icemobile/samples/mobileshowcase/view/examples/layout/panelconfirmation/PanelConfirmation.java
          Migration created issue -
          Migration made changes -
          Field Original Value New Value
          Reporter Migration [ remote ] User Philip.breau [ philip.breau ]
          Judy Guglielmin made changes -
          Assignee Steve Maryka [ steve.maryka ] Judy Guglielmin [ judy.guglielmin ]
          Hide
          Judy Guglielmin added a comment -

          working on core rendering for commandButton so implementing this at same time.

          Show
          Judy Guglielmin added a comment - working on core rendering for commandButton so implementing this at same time.
          Ted Goddard made changes -
          Fix Version/s 1.3 Beta [ 10373 ]
          Hide
          Ted Goddard added a comment -

          If the component has been reviewed, can mark this resolved for 1.3beta.

          Show
          Ted Goddard added a comment - If the component has been reviewed, can mark this resolved for 1.3beta.
          Judy Guglielmin made changes -
          Link This issue blocks MOBI-677 [ MOBI-677 ]
          Hide
          Judy Guglielmin added a comment -

          see Mobi-677

          Show
          Judy Guglielmin added a comment - see Mobi-677
          Judy Guglielmin made changes -
          Status Open [ 1 ] Resolved [ 5 ]
          Resolution Fixed [ 1 ]
          Repository Revision Date User Message
          ICEsoft Public SVN Repository #34158 Fri Mar 29 16:39:45 MDT 2013 judy.guglielmin MOBI-663, 677, 678, 679, MOBI-547 on this branch for further testing
          Files Changed
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/resources/org.icefaces.component.panelconfirmation/panelconfirmation.js
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/src/org/icefaces/mobi/component/panelconfirmation/PanelConfirmationRenderer.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsf/components/tests/mobitest/src/main/webapp/inputComponents/buttons.xhtml
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/resources/org.icefaces.component.button/menubutton.js
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/src/org/icefaces/mobi/component/panelconfirmation/PanelConfirmation.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButtonMeta.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/core/src/main/java/org/icemobile/renderkit/BaseCoreRenderer.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/core/src/main/java/org/icemobile/component/ISplitPane.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/input/ButtonBean.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/src/org/icefaces/mobi/component/menubutton/MenuButton.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButtonGroup.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/core/src/main/java/org/icemobile/renderkit/ButtonGroupCoreRenderer.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButtonRenderer.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsp/src/main/javascript/icemobile.js
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/input
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsf/components/tests/mobitest/src/main/java/org/icefaces/mobile/input/SubmitNotificationBean.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/core/src/main/java/org/icemobile/renderkit/MenuButtonCoreRenderer.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/input/PanelConfirmationTag.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotificationRenderer.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsp/tests/jsptagtest/src/main/webapp/index.html
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/core/src/main/java/org/icemobile/renderkit/ButtonCoreRenderer.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsp/tests/jsptagtest/src/main/webapp/inputComponents.html
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsp/tests/jsptagtest/src/main/webapp/button
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButton.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsp/tests/jsptagtest/src/main/java/org/icemobile/input/ButtonBean.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsp/tests/jsptagtest/src/main/webapp/button/panelConfirmation.jsp
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsp/tests/jsptagtest/src/main/java/org/icemobile/input
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsf/components/tests/mobitest/src/main/webapp/inputComponents/newButtonGroup.xhtml
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/src/org/icefaces/mobi/component/menubutton/MenuButtonRenderer.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/core/src/main/java/org/icemobile/component/IMenuItem.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/tests/mobitest/src/main/webapp/inputComponents/menuButton.xhtml
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/input
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/resources/org.icefaces.component.util/component.js
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/tests/mobitest/src/main/webapp/inputComponents/submitNotification.xhtml
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/input/CommandButtonGroupTag.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/src/org/icefaces/mobi/component/panelconfirmation/PanelConfirmationMeta.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/tests/mobitest/src/main/webapp/inputComponents.html
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/input/SubmitNotificationTag.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsp/tests/jsptagtest/src/main/java/org/icemobile/input/PanelConfirmationBean.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/resources/org.icefaces.component.submitnotification/submitnotification.js
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/CommandButtonTag.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsp/tests/jsptagtest/build.xml
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsf/components/tests/mobitest/src/main/webapp/inputComponents/buttonGroup.xhtml
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButtonGroupRenderer.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButtonGroupMeta.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/core/src/main/java/org/icemobile/component/IPanelConfirmation.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsp/tests/jsptagtest/src/main/webapp/button/buttonGroup.jsp
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsp/tests/jsptagtest/src/main/webapp/button/button.jsp
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsp/tests/jsptagtest/src/main/java/org/icemobile/input/ButtonGroupBean.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/core/src/main/java/org/icemobile/component/IButton.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/tests/mobitest/src/main/webapp/layout/panelConfirmationDynamic.xhtml
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsp/tests/jsptagtest/src/main/webapp/button/submitNotification.jsp
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/tests/mobitest/src/main/webapp/inputComponents/submitNotificationMOBI_561.xhtml
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/jsp/tests/jsptagtest/src/main/java/org/icemobile/input/SubmitNotificationBean.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/core/src/main/java/org/icemobile/renderkit/CarouselCoreRenderer.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/core/src/main/java/org/icemobile/component/ISubmitNotification.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/core/src/main/java/org/icemobile/renderkit/SubmitNotificationCoreRenderer.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/core/src/main/java/org/icemobile/renderkit/PanelConfirmationCoreRenderer.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotificationMeta.java
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsp/src/main/resources/META-INF/icemobile.tld
          Commit graph MODIFY /icemobile/branches/JSPmobiajax/icemobile/jsf/components/component/src/org/icefaces/mobi/component/submitnotification/SubmitNotification.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/core/src/main/java/org/icemobile/component/IButtonGroup.java
          Commit graph ADD /icemobile/branches/JSPmobiajax/icemobile/core/src/main/java/org/icemobile/component/IMenuButton.java

            People

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

              Dates

              • Created:
                Updated:
                Resolved: