singleSubmit

Version 9 by Ken Fyten
on Nov 13, 2014 11:23.


compared with
Version 10 by Ken Fyten
on Nov 21, 2014 14:42.


Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 1 changes. View first change.

 h2. Overview
  _Since 2.0_
  _Since 2.0 - 3.3_
 {info}The *icecore:singleSubmit* component has been discontinued in favor of the [*ace:ajax*|ajax] component as of ICEfaces 4.0. See the [ICEfaces 3-to-4 Migration Guide|ICEfaces 3 to 4 Migration Guide] for more information.{info}
  
 The _icecore:singleSubmit_ tag is designed to allow submission from just the component generating the event and then update the page with any changes from all components. More detailed information can be found in the [Single Submit] section.
  
  
 h2. Getting Started
  
 The icecore tags can be used to change the behaviour of one or more components or to adjust application behaviour on a page-by-page basis. To use the icecore tags, first declare the core namespace:
  
 {panel}
 {code:html|borderStyle=dashed}
 <html ... xmlns:icecore="http://www.icefaces.org/icefaces/core">
 {code}
 {panel}
  
 Then add the desired tag to your page markup:
  
 {panel}
 {code:xml|borderStyle=dashed}
 <h:form>
  <icecore:singleSubmit/>
  ...
 {code}
 {panel}
  
 h2. Attributes
 {tip:title=TagLib Documentation}This section covers attributes involved in the typical use-cases for this component. For reference, the complete taglib documentation for this component is available [here|http://res.icesoft.org/docs/v3_latest/core/comps/tld/icecore/singleSubmit.html].{tip}
  
 {panel}
 * *submitOnBlur* - Perform a singleSubmit in response to blur events.
 {panel}

© Copyright 2017 ICEsoft Technologies Canada Corp.