Hi Devs, Geronimo tck has some regressions on inputtext attribute render cases due to recent myfaces 2.0.8-snapshot changes . The jsf contain a input text with attribute "readonly=true", and expect render result is "readonly=readonly" . But the result is "" instead of "readonly=readonly" now.
I added a breadpoint in org.apache.myfaces.shared.renderkit.html.HtmlResponseWriterImpl.writeAttribute(String, Object, String) and found myfaces DOES write the attribute for the component. But the result html does not contain the attribute somehow. Is there any filter things added to not allow "readonly" attribute to be rendered ? -- Shawn
