You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Tobias Glensk (JIRA)" <de...@myfaces.apache.org> on 2007/11/20 09:40:43 UTC

[jira] Commented: (TOBAGO-513) markup attribute doesn't work with facelets

    [ https://issues.apache.org/jira/browse/TOBAGO-513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543814 ] 

Tobias Glensk commented on TOBAGO-513:
--------------------------------------

You can set the markup attribute by including an <tc:attribute> tag inside the <tx:in>

Example
<tx:in label="SomeLabel" value="${item.value}" >
	<tc:attribute name="markup" value="strong" />
</tx:in>

> <tx:in> markup attribute doesn't work with facelets
> ---------------------------------------------------
>
>                 Key: TOBAGO-513
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-513
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Facelets
>    Affects Versions: 1.0.12
>         Environment: facelets 1.1.13, MyFace 1.1.6 snap, Tobago 1.0.12 snap
>            Reporter: Guido Dubois
>
> If you define the namespace
> ....
>   xmlns:tx="http://myfaces.apache.org/tobago/facelet-extension"
> ....
> for the tag <tx:in> the markup attribute doesn't work

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