melloware commented on pull request #191:
URL: https://github.com/apache/myfaces/pull/191#issuecomment-810981894


   OK I updated it. to write out "multiple" but what threw me off is the lines 
above it were this...
   ```java
   if (inputFile.isDisabled())
   {
        writer.writeAttribute(HTML.DISABLED_ATTR, Boolean.TRUE, null);
   }
   ```
   
   But in PrimeFaces code we do this...
   ```java
    writer.writeAttribute("disabled", "disabled", null);
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to