[richfaces-issues] [JBoss JIRA] Created: (RF-10115) Command button: wrong markup when attribute type is not set

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Tue Jan 4 04:10:18 EST 2011


Command button: wrong markup when attribute type is not set
-----------------------------------------------------------

                 Key: RF-10115
                 URL: https://issues.jboss.org/browse/RF-10115
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-a4j-core
    Affects Versions: 4.0.0.Milestone5
         Environment: RichFaces 4.0.0.20101226-M5 r.20800
Metamer 4.0.0.20101226-M5 r.20866
Mojarra 2.0.3-b05
JBoss AS 6.0.0.Final
OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
Chrome 8.0.552.224 @ Linux x86_64
            Reporter: Pavol Pitonak


1. deploy Metamer to JBoss 6.0.0.Final
2. open http://localhost:8080/metamer/faces/components/a4jCommandButton/simple.xhtml
3. set disabled=true

result:
button is rendered with type="" but it should be type="submit" (default value when type is not set)

<input id="form:a4jCommandButton" name="form:a4jCommandButton" onclick="return false;" value="command button" disabled="disabled" type="" />

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list