[
https://issues.apache.org/jira/browse/TOMAHAWK-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12554812
]
Andrew Robinson commented on TOMAHAWK-1173:
-------------------------------------------
Why not just use:
<t:datalist>
<h:panelGroup><tr>
<td><h:outputText.../></td>
<td><h:outputText.../></td>
<td><h:outputText.../></td>
</tr></h:panelGroup>
</t:datalist>
> Allow plain html markup inside <t:datalist>
> -------------------------------------------
>
> Key: TOMAHAWK-1173
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-1173
> Project: MyFaces Tomahawk
> Issue Type: Improvement
> Components: Data List
> Affects Versions: 1.1.5
> Reporter: Kent Tong
> Priority: Minor
>
> Currently, a <t:datalist> only allows JSF components in its body. This makes
> it very difficult to
> render a <table> like:
> <t:datalist>
> <tr>
> <td><h:outputText.../></td>
> <td><h:outputText.../></td>
> <td><h:outputText.../></td>
> </tr>
> </t:datalist>
> For a <table> one could use the datatable, but one may not want to have such
> a heavy weight
> component or may need to output a <dl>.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.