Thanks for the reply. But is there any other way not using the dataList but 
somewhat like a jsp-tag to do that? I mean if there was a tag which can print 
out the text in html-format as follow? 

name-1   val-1
name-2   val-2
...
name-n   val-n

The reason is: I have to prepare the output text with html-tags in run-time and 
print it out in html format.



-----Ursprüngliche Nachricht-----
Von: Gilles DEMARTY [mailto:[EMAIL PROTECTED] 
Gesendet: Montag, 26. Juni 2006 14:01
An: MyFaces Discussion
Betreff: Re: Output Html-Text in Facelet

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 <[EMAIL PROTECTED]>:
>
>
>
> 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


Reply via email to