is it String[] or String[][]

anyhow, you can use the loop component to print the strings

<table>
<tr><th>header name</th></tr>
<t:loop .....>
<tr><td>${str}</td></tr>
</t:loop>
</table>

look for details in tapestry doc's

Davor Hrg

On Thu, Aug 7, 2008 at 4:46 PM, Mohammad Irfan <[EMAIL PROTECTED]> wrote:

> Hi, I have an array of String[]. I'd like to display it on a table.
> How am I do it? Thanks.
>
> --
> Wassalamu'alaikum wr. wb.
> Mohammad Irfan
>
> ---
> www.doktermaya.com
> www.L-Ads.com (classifieds ads, iklan baris)
> www.komplain.org (complain about product)
> www.akarprima.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to