You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Martin Marinschek (JIRA)" <de...@myfaces.apache.org> on 2008/07/08 10:53:32 UTC

[jira] Commented: (TOMAHAWK-64) Allow t:htmlTag to support an attributes string.

    [ https://issues.apache.org/jira/browse/TOMAHAWK-64?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12611487#action_12611487 ] 

Martin Marinschek commented on TOMAHAWK-64:
-------------------------------------------

Hi Christian,

but why did you change the component to render its children? For rendering attributes, you would not have had to do this.

regards,

Martin

> Allow t:htmlTag to support an attributes string.
> ------------------------------------------------
>
>                 Key: TOMAHAWK-64
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-64
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Html Tag
>            Reporter: Michael Rimov
>            Assignee: Leonardo Uribe
>            Priority: Minor
>             Fix For: 1.1.7-SNAPSHOT
>
>         Attachments: htmltag_param_feature.patch
>
>
> 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.
-
You can reply to this email to add a comment to the issue online.