You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by "Chen, Wei" <W....@verband.creditreform.de> on 2006/06/26 13:47:28 UTC

Output Html-Text in Facelet

Hi all,

asummed I have the following html-text/code as a string:

...
<tr>
<td>name-1</td><td>val-1</td>
<td>name-2</td><td>val-2</td>
...
<td>name-n</td><td>val-n</td>
</tr>

What a tag should I use to print it out? (surely without the html-tags)

Regards

Re: Output Html-Text in Facelet

Posted by Gilles DEMARTY <gi...@gmail.com>.
You can use the t:panelgrid to rendre that kind of display if n is constant.
otherwise, you can use the t:dataList if n vary.




2006/6/26, Chen, Wei <W....@verband.creditreform.de>:
>
>
>
> Hi all,
>
> asummed I have the following html-text/code as a string:
>
> ...
> <tr>
> <td>name-1</td><td>val-1</td>
> <td>name-2</td><td>val-2</td>
> ...
> <td>name-n</td><td>val-n</td>
> </tr>
>
> What a tag should I use to print it out? (surely without the html-tags)
>
> Regards