Details
- 
        Type:
 Bug
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Invalid
 - 
            Affects Version/s: 1.7.1
 - 
            Fix Version/s: None
 - 
            Component/s: ICE-Components
 - 
            Labels:None
 - 
            Environment:Icefaces 1.7.1, revision 17537
 
- 
                        Workaround Exists:Yes
 - 
                        Workaround Description:Patched files two TextareaRenderer.java
 
Description
                    <ice:inputTextArea> ignore attributes readonly and disabled as jsf-1.2_09 does.
Problem you can see in webapp with only just-ice.jar and icefaces.comps.jar.
Behaviour of <h:inputTextarea> and <ice:inputTextarea > is different.
PS.
I think that someone should check java code for jsf-1.2 compability and remove one layer of renderers.
Ice:TextareaRenderer.java should be linked with com.sun.faces.renderkit.html_basic.TextareaRenderer.class
Problem you can see in webapp with only just-ice.jar and icefaces.comps.jar.
Behaviour of <h:inputTextarea> and <ice:inputTextarea > is different.
PS.
I think that someone should check java code for jsf-1.2 compability and remove one layer of renderers.
Ice:TextareaRenderer.java should be linked with com.sun.faces.renderkit.html_basic.TextareaRenderer.class
Patched TextareaRenderer's