Details
- 
        Type:
 Bug
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Fixed
 - 
            Affects Version/s: 2.0.0
 - 
            Fix Version/s: 2.0.0-EE-Beta1, 2.0.1
 - 
            Component/s: Framework
 - 
            Labels:None
 - 
            Environment:JSF 2.1 (Composite or Enterprise Components)
 
Description
                    After adding icecore:singleSubmit tag to the composite-component-showcase, I noticed clicking on ice:commandButtons in the compat-composite-component source resulted in two posts to the server.
The first post @this, @all, the second post @all @all. This does not happen with ice:commandLink which has one @all @all post.
The first post @this, @all, the second post @all @all. This does not happen with ice:commandLink which has one @all @all post.
Rebuilding and testing with the fix against the 3 related bugs shows all duplicate POSTS have been eliminated. Looks fixed to me, thanks Ted.