You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Mohammad Irfan <ir...@gmail.com> on 2008/08/07 16:46:21 UTC

Display String Array

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: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Display String Array

Posted by Davor Hrg <hr...@gmail.com>.
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 <ir...@gmail.com> 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: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>