Allow t:htmlTag to support an attributes string.
------------------------------------------------

         Key: MYFACES-807
         URL: http://issues.apache.org/jira/browse/MYFACES-807
     Project: MyFaces
        Type: Wish
  Components: Tomahawk  
    Versions: 1.1.0    
    Reporter: Michael Rimov
    Priority: Minor


I would really like to see <t:htmlTag> to allow html attributes to be passed 
into the html tag.

A concrete example:

<td colspan="2">
Hello World
</td>   

Would Ideally (to me) be converted to:

<t:htmlTag value="td" attributes="colspan='2'">
   <h:outputText value="Hello World"/>
</t:htmlTag>

Thanks! :)

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

Reply via email to