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
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #22641 | Fri Oct 15 08:33:02 MDT 2010 | ted.goddard | clearing focus upon singleSubmit ( |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/core/src/main/javascript/application.js
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #22615 | Wed Oct 13 14:30:22 MDT 2010 | ted.goddard | renamed to singleSubmit ( |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/core/src/main/javascript/application.js
MODIFY /icefaces2/trunk/icefaces/core/src/main/resources/META-INF/faces-config.xml ADD /icefaces2/trunk/icefaces/core/src/main/java/org/icefaces/impl/renderkit/html_basic/SingleSubmitRenderer.java MODIFY /icefaces2/trunk/icefaces/core/src/main/resources/META-INF/core.taglib.xml DEL /icefaces2/trunk/icefaces/core/src/main/java/org/icefaces/impl/renderkit/html_basic/PartialSubmitRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #22483 | Fri Oct 01 10:29:44 MDT 2010 | ted.goddard | initial ice:partialSubmit flag component ( |
Files Changed | ||||
MODIFY
/icefaces2/trunk/icefaces/core/src/main/javascript/application.js
MODIFY /icefaces2/trunk/icefaces/core/src/main/resources/META-INF/faces-config.xml MODIFY /icefaces2/trunk/icefaces/core/src/main/resources/META-INF/core.taglib.xml ADD /icefaces2/trunk/icefaces/core/src/main/java/org/icefaces/impl/renderkit/html_basic/PartialSubmitRenderer.java |