Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
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>
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
- blocks
-
ICE-5720 New singleSubmit feature for ACE components
- Closed
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion