ICEfaces
  1. ICEfaces
  2. ICE-5880

New icecore:singleSubmit tag to set singleSubmit default value for all input components in the form

    Details

    • Type: New Feature New Feature
    • Status: Closed
    • Priority: Major Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 2.0-Beta2, 2.0.0
    • Component/s: Framework
    • Labels:
      None
    • Environment:
      Sparkle Component Platform
    • Affects:
      Documentation (User Guide, Ref. Guide, etc.), Sample App./Tutorial, Compatibility/Configuration

      Description

      In ICEfaces 1.x, we have an <ice:form> component with a "partialSubmit=true/false" attribute that can be used to set the default partialSubmit behavior for all ice: components in the form, as a convenience vs. setting the individual partialSubmit attributes on each component.

      We need a solution to provide the same capability for the new Sparkle components. As we do not want to simply provide our own "ice:form" component in order to preserve 3rd party component compatibility, a likely alternative seems to be to provide a component that can be used as a sub-component of the standard JSF <h:form> component instead.

      e.g.

      <h:form>
         <ice:partialSubmit default="true">
         <ice:tabPane>
         ...
      </h:form>



        Issue Links

          Activity

          Hide
          Ted Goddard added a comment -

          Initial ice:partialSubmit component checked in:

          <h:form id="form1" prependId="false">
          <ice:partialSubmit rendered="true" />

          Tested with a text field. Testing is required for all input types on all browsers.

          Show
          Ted Goddard added a comment - Initial ice:partialSubmit component checked in: <h:form id="form1" prependId="false"> <ice:partialSubmit rendered="true" /> Tested with a text field. Testing is required for all input types on all browsers.
          Hide
          Ted Goddard added a comment -

          Component is checked in. Create new JIRAs for specific bugs.

          Show
          Ted Goddard added a comment - Component is checked in. Create new JIRAs for specific bugs.
          Hide
          Ted Goddard added a comment -

          Should rename to ice:singleSubmit

          Show
          Ted Goddard added a comment - Should rename to ice:singleSubmit
          Hide
          Ken Fyten added a comment -

          Needs to be renamed to singleSubmit.

          Show
          Ken Fyten added a comment - Needs to be renamed to singleSubmit.
          Hide
          Ted Goddard added a comment -

          Tag renamed.

          Show
          Ted Goddard added a comment - Tag renamed.

            People

            • Assignee:
              Ted Goddard
              Reporter:
              Ken Fyten
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: