You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Paul McMahan (JIRA)" <de...@myfaces.apache.org> on 2007/04/24 18:30:15 UTC

[jira] Resolved: (MYFACES-1595) spec compliance for HtmlCommandButton

     [ https://issues.apache.org/jira/browse/MYFACES-1595?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul McMahan resolved MYFACES-1595.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.0-SNAPSHOT

> spec compliance for HtmlCommandButton
> -------------------------------------
>
>                 Key: MYFACES-1595
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1595
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-252
>    Affects Versions: 1.2.0-SNAPSHOT
>            Reporter: Paul McMahan
>         Assigned To: Paul McMahan
>             Fix For: 1.2.0-SNAPSHOT
>
>
> Per the HtmlCommandButton spec at:
> http://java.sun.com/javaee/javaserverfaces/1.2_MR1/docs/api/javax/faces/component/html/HtmlCommandButton.html
> need to correct two issues with HtmlCommandButton renderer to match the spec:
> -  render readonly="readonly" when button.isReadOnly() returns true, otherwise don't render the attribute
> -  render type="reset" when button.getType() returns "reset" (case sensitive), otherwise render type="submit"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.