ICEfaces
  1. ICEfaces
  2. ICE-9004

New ace:simpleSelectOneMenu component

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 3.3
    • Component/s: ACE-Components
    • Labels:
      None
    • Environment:
      Any

      Description

      Create a new ace:simpleSelectOneMenu component that uses the native browser widget like h:selectOneMenu, but works correctly with ICEfaces.

      It should also include:
      * Themeroller support.
      * ARIA support.
      * Label positioning and indicator messages.
      * ace:ajax events.

        Activity

        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33541 Wed Feb 20 17:20:23 MST 2013 art.zambrano ICE-9004 added new ace:simpleSelectOneMenu component
        Files Changed
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu/SimpleSelectOneMenu.java
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu/SimpleSelectOneMenuMeta.java
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu/SimpleSelectOneMenuRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33542 Wed Feb 20 17:45:22 MST 2013 art.zambrano ICE-9004 added ace:simpleSelectOneMenu showcase demo
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/view/navigation/AceMenu.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/simpleselectonemenu/simpleSelectOneMenuOverview.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/simpleselectonemenu
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/simpleselectonemenu/SimpleSelectOneMenuBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/simpleselectonemenu
        Arturo Zambrano created issue -
        Arturo Zambrano made changes -
        Field Original Value New Value
        Assignee Arturo Zambrano [ artzambrano ]
        Hide
        Arturo Zambrano added a comment -

        Added new component to the trunk at revision 33541.

        Show
        Arturo Zambrano added a comment - Added new component to the trunk at revision 33541.
        Ken Fyten made changes -
        Fix Version/s 3.3 [ 10370 ]
        Ken Fyten made changes -
        Description Create a new ace:simpleSelectOneMenu component that uses the native browser widget like h:selectOneMenu, but works correctly with ICEfaces.

        It should also include:
        * Themerollwe support.
        * ARIA support.
        * Label positioning and indicator messages.
        * ace:ajax events.
        Create a new ace:simpleSelectOneMenu component that uses the native browser widget like h:selectOneMenu, but works correctly with ICEfaces.

        It should also include:
        * Themeroller support.
        * ARIA support.
        * Label positioning and indicator messages.
        * ace:ajax events.
        Hide
        Ken Fyten added a comment -

        One other issue I noted is that on Chrome at least, in showcase, the first time you select a Province and the submit returns with the City component it causes the Province drop down to appear again.

        Show
        Ken Fyten added a comment - One other issue I noted is that on Chrome at least, in showcase, the first time you select a Province and the submit returns with the City component it causes the Province drop down to appear again.
        Ken Fyten made changes -
        Component/s ACE-Components [ 10050 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33926 Wed Mar 13 17:22:10 MDT 2013 art.zambrano ICE-9004 added "pass-thru" attributes
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/combobox/combobox.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu/SimpleSelectOneMenuMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu/SimpleSelectOneMenuRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/ajax/AjaxBehaviorHandlerMeta.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/combobox/ComboBoxMeta.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33936 Thu Mar 14 09:40:21 MDT 2013 art.zambrano ICE-4724, ICE-9004, ICE-2191 added label position, indicator, and required style demos for ace:selectMenu, ace:simpleSelectOneMenu, and ace:comboBox
        Files Changed
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/combobox/ComboBoxLabelBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/simpleselectonemenu/SimpleSelectOneMenuIndicatorBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/simpleselectonemenu/SimpleSelectOneMenuLabelBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/selectmenu/selectMenuLabel.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/combobox/ComboBoxBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/combobox/comboBoxLabel.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/combobox/ComboBoxReqStyleBean.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/resources/org/icefaces/samples/showcase/view/resources/messages.properties
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/selectmenu/SelectMenuBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/combobox/comboBoxIndicator.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/selectmenu/SelectMenuReqStyleBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/simpleselectonemenu/SimpleSelectOneMenuReqStyleBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/simpleselectonemenu/simpleSelectOneMenuIndicator.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/combobox/comboBoxReqStyle.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/selectmenu/SelectMenuLabelBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/combobox/ComboBoxIndicatorBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/selectmenu/SelectMenuIndicatorBean.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/simpleselectonemenu/SimpleSelectOneMenuBean.java
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/simpleselectonemenu/simpleSelectOneMenuReqStyle.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/selectmenu/selectMenuReqStyle.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/simpleselectonemenu/simpleSelectOneMenuLabel.xhtml
        Commit graph ADD /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/selectmenu/selectMenuIndicator.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33937 Thu Mar 14 09:51:51 MDT 2013 art.zambrano ICE-4724, ICE-9004, ICE-2191 changed default label text in label demos
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/combobox/ComboBoxLabelBean.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/simpleselectonemenu/SimpleSelectOneMenuLabelBean.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/selectmenu/SelectMenuLabelBean.java
        Hide
        Arturo Zambrano added a comment -

        Added missing attributes at revision 33926. Added label, indicator, and required styling demos at revision. 33936.

        Show
        Arturo Zambrano added a comment - Added missing attributes at revision 33926. Added label, indicator, and required styling demos at revision. 33936.
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33958 Fri Mar 15 16:06:47 MDT 2013 art.zambrano ICE-9004 changed root node to span; removed rounded corners
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu/SimpleSelectOneMenuRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33959 Fri Mar 15 16:24:03 MDT 2013 art.zambrano ICE-9004 minor refactorings
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu/SimpleSelectOneMenuRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33960 Fri Mar 15 16:37:10 MDT 2013 art.zambrano ICE-9004 added labels to overview demo
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/simpleselectonemenu/simpleSelectOneMenuOverview.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #33966 Mon Mar 18 13:30:03 MDT 2013 art.zambrano ICE-4724, ICE-9004, ICE-2191 fix to make these components use the ui-inputfield styling, used by all other input fields; made some other necessary styling adjustments
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/combobox/ComboBoxRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/selectmenu/selectmenu.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/combobox/combobox.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/selectmenu/SelectMenuRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu/SimpleSelectOneMenuRenderer.java
        Hide
        Arturo Zambrano added a comment - - edited

        Closing issue.

        • Changed root node to be a span, instead of a div.
        • Removed rounded corners.
        • Made component use ui-inputfield styling.
        Show
        Arturo Zambrano added a comment - - edited Closing issue. Changed root node to be a span, instead of a div. Removed rounded corners. Made component use ui-inputfield styling.
        Arturo Zambrano made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Resolution Fixed [ 1 ]
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34071 Tue Mar 26 10:02:28 MDT 2013 art.zambrano ICE-4724, ICE-9004, ICE-2191 fixed selectmenu looking very short when no value had been selected; vertically centered down arrow icon in selectmenu and combobox; added showcase custom CSS rules to make combobox and selectmenu look shorter; changed selectmenu CSS class names; changed CSS class name of simpleselectonemenu
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/combobox/ComboBoxRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/selectmenu/selectmenu.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/combobox/combobox.js
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/css/showcase_styles.css
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/selectmenu/SelectMenuRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu/SimpleSelectOneMenuRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/selectmenu/selectMenuFacet.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34092 Tue Mar 26 19:32:22 MDT 2013 art.zambrano ICE-9004 change to avoid assuming that 'itemValue' in f:selectItem will always be a string
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu/SimpleSelectOneMenuRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34108 Wed Mar 27 15:47:13 MDT 2013 art.zambrano ICE-4724, ICE-9004, ICE-2191 adjusted paddings for these components, different from the ui-inputfield default
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/forms/forms.css
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34111 Wed Mar 27 16:05:04 MDT 2013 art.zambrano ICE-4724, ICE-9004, ICE-2191 aligned labels and fields in required styling demos
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/combobox/comboBoxReqStyle.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/simpleselectonemenu/simpleSelectOneMenuReqStyle.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/selectmenu/selectMenuReqStyle.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34113 Wed Mar 27 16:13:02 MDT 2013 art.zambrano ICE-9004 removed inField option from label position demo
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/simpleselectonemenu/SimpleSelectOneMenuLabelBean.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/simpleselectonemenu/simpleSelectOneMenuLabel.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34119 Wed Mar 27 18:00:28 MDT 2013 art.zambrano ICE-4724, ICE-9004, ICE-2191 added blur ajax event to req.style demos; added button for clearing values to label position and req.style demos; added empty value at the top of the list of ace:simpleSelectOneMenu demos
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/simpleselectonemenu/simpleSelectOneMenuIndicator.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/selectmenu/selectMenuLabel.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/combobox/comboBoxReqStyle.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/combobox/ComboBoxBean.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/simpleselectonemenu/simpleSelectOneMenuOverview.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/combobox/comboBoxLabel.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/simpleselectonemenu/SimpleSelectOneMenuBean.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/selectmenu/SelectMenuBean.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/simpleselectonemenu/simpleSelectOneMenuReqStyle.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/selectmenu/selectMenuReqStyle.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/simpleselectonemenu/simpleSelectOneMenuLabel.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34197 Tue Apr 02 18:57:49 MDT 2013 art.zambrano ICE-4724, ICE-9004, ICE-2191 fixed some issues in ReqStyle demos related to not being able to clear the values when pressing the 'clear values' button; not the demos avoid going through validation when pressing said button and the request is sent after the blur request in the components; also improved the demos to unrender the city fields when clearing the values
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/combobox/comboBoxReqStyle.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/combobox/ComboBoxBean.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/simpleselectonemenu/SimpleSelectOneMenuBean.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/java/org/icefaces/samples/showcase/example/ace/selectmenu/SelectMenuBean.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/simpleselectonemenu/simpleSelectOneMenuReqStyle.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/selectmenu/selectMenuReqStyle.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34384 Fri Apr 12 12:17:50 MDT 2013 art.zambrano ICE-9004 stopped propagation from change and blur events, in order to avoid event being captured by icecore:singleSubmit
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu/SimpleSelectOneMenuRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34388 Fri Apr 12 13:58:16 MDT 2013 art.zambrano ICE-9004 conditioned rendering script to only when having an ajax event or having an icecore:singleSubmit tag; moved set-up script from being inline to a separate file; added such file to the ace-jquery bundle
        Files Changed
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/simpleselectonemenu/simpleselectonemenu.js
        Commit graph ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/simpleselectonemenu
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu/SimpleSelectOneMenuRenderer.java
        Commit graph MODIFY /icefaces3/trunk/icefaces/ace/component/build.xml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34389 Fri Apr 12 14:53:47 MDT 2013 ken.fyten ICE-9004 stopped propagation from change and blur events, in order to avoid event being captured by icecore:singleSubmit.
         Conditioned rendering script to only when having an ajax event or having an icecore:singleSubmit tag; moved set-up script from being inline to a separate file; added such file to the ace-jquery bundle
        Files Changed
        Commit graph ADD /icefaces3/tags/icefaces-3.3.0/icefaces/ace/component/resources/icefaces.ace/simpleselectonemenu/simpleselectonemenu.js
        Commit graph ADD /icefaces3/tags/icefaces-3.3.0/icefaces/ace/component/resources/icefaces.ace/simpleselectonemenu
        Commit graph MODIFY /icefaces3/tags/icefaces-3.3.0/icefaces/ace/component/build.xml
        Commit graph MODIFY /icefaces3/tags/icefaces-3.3.0/icefaces/ace/component/src/org/icefaces/ace/component/simpleselectonemenu/SimpleSelectOneMenuRenderer.java
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34394 Fri Apr 12 15:17:56 MDT 2013 art.zambrano ICE-4724, ICE-9004 changed h:message for ace:message to display validation messages with styling
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/simpleselectonemenu/simpleSelectOneMenuReqStyle.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/selectmenu/selectMenuReqStyle.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34395 Fri Apr 12 15:43:51 MDT 2013 ken.fyten ICE-4724, ICE-9004 changed h:message for ace:message to display validation messages with styling.
        Files Changed
        Commit graph MODIFY /icepush/tags/icepush-core-3.3.0/icepush/build.properties
        Commit graph MODIFY /icefaces3/tags/icefaces-3.3.0/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/selectmenu/selectMenuReqStyle.xhtml
        Commit graph MODIFY /icefaces3/tags/icefaces-3.3.0/icefaces/build.properties
        Commit graph MODIFY /icefaces3/tags/icefaces-3.3.0/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/simpleselectonemenu/simpleSelectOneMenuReqStyle.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34401 Mon Apr 15 10:25:13 MDT 2013 art.zambrano ICE-4724, ICE-9004, ICE-2191 changed h:message for ace:message to display validation messages with styling
        Files Changed
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/combobox/comboBoxFacet.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/simpleselectonemenu/simpleSelectOneMenuIndicator.xhtml
        Commit graph MODIFY /icefaces3/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/selectmenu/selectMenuIndicator.xhtml
        Repository Revision Date User Message
        ICEsoft Public SVN Repository #34402 Mon Apr 15 10:42:28 MDT 2013 ken.fyten ICE-4724, ICE-9004, ICE-2191 changed h:message for ace:message to display validation messages with styling.
        Files Changed
        Commit graph MODIFY /icefaces3/tags/icefaces-3.3.0/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/simpleselectonemenu/simpleSelectOneMenuIndicator.xhtml
        Commit graph MODIFY /icefaces3/tags/icefaces-3.3.0/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/selectmenu/selectMenuIndicator.xhtml
        Commit graph MODIFY /icefaces3/tags/icefaces-3.3.0/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/combobox/comboBoxFacet.xhtml
        Hide
        Arturo Zambrano added a comment -

        Committed changes at revision 34389:

        • Modified the component to stop the event propagation, so that the event is not captured by the icecore:singleSubmit functionality.
        • Conditioned rendering script to only when having an ajax event or having an icecore:singleSubmit tag.
        • Moved set-up script from being inline to a separate file; added such file to the ace-jquery bundle
        Show
        Arturo Zambrano added a comment - Committed changes at revision 34389: Modified the component to stop the event propagation, so that the event is not captured by the icecore:singleSubmit functionality. Conditioned rendering script to only when having an ajax event or having an icecore:singleSubmit tag. Moved set-up script from being inline to a separate file; added such file to the ace-jquery bundle
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Arturo Zambrano
            Reporter:
            Arturo Zambrano
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: