Details
- 
        Type:
 Bug
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Won't Fix
 - 
            Affects Version/s: 1.7.1
 - 
            Fix Version/s: 1.7.2
 - 
            Component/s: Framework
 - 
            Labels:None
 - 
            Environment:Seam-2.x, jboss-4.2.3.GA, jsf1.2_09, ICEfaces-1.7.1
 
- 
                        Workaround Exists:Yes
 - 
                        Workaround Description:not a good one, but just comment out the <s:decorate> tags for now. Fix should be for 1.7.2 ICEfaces.
 
Description
                    see also JBSEAM-3334.  JBSEAM-3326 and 3327 will clear once this has been resolved.
For seam-icefaces and <ice:commandButton> which do not have partialSubmit features on the form to do a form submit, (in other words they count on the button to submit the form), the s:decorate tags don't always produce correct html on the component tree. This includes seam-gen new-form target, as well as seam-icefaces sample app that is distributed with Seam, and seam-auctionMonitor application (login for both the last 2 apps).
            
For seam-icefaces and <ice:commandButton> which do not have partialSubmit features on the form to do a form submit, (in other words they count on the button to submit the form), the s:decorate tags don't always produce correct html on the component tree. This includes seam-gen new-form target, as well as seam-icefaces sample app that is distributed with Seam, and seam-auctionMonitor application (login for both the last 2 apps).
In ICE-3543, it works with JDK 1.6, but not JDK 1.5.