[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4394) HTML <button> for SEAM

Christoph B (JIRA) jira-events at lists.jboss.org
Fri Aug 28 04:43:23 EDT 2009


HTML <button> for SEAM
----------------------

                 Key: JBSEAM-4394
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4394
             Project: Seam
          Issue Type: Feature Request
          Components: JSF Integration
    Affects Versions: 2.2.0.GA
         Environment: jboss 5.1.0.GA
            Reporter: Christoph B


I need SEAM to generate a HTML <button> element for me. Right now there does not seem to be such a possibility. I Imagine the following syntax

<s:button id="update" value="Update" action="#{somebean.update}">
 <img src="update.png" />
 <span> Update it!</span>
</s:button>

Right now SEAM does not support embedding HTML (or JSF) into the <s:button> as it gets rendered to '<input type="button">' and not '<button type="button">'.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list