Display String Array

2008-08-14 Thread Mohammad Irfan
Hi, I'd like to display an array of string.

on the java class (JobList.java) i have this get method:


public abstract void setKonter(int kont);

public abstract int getKonter();

public String[] getJobGroups() {
try {
this.jobGroupList = 
getQuartzScheduler().getJobGroupNames();
} catch (SchedulerException e) {
log.error("Kegagalan Scheduler", e);
}
return this.jobGroupList;
}



Then on my JobList.html:









Am I wrong? But the page seems doesn't show the list.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Display String Array

2008-08-08 Thread Davor Hrg
is it String[] or String[][]

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


header name

${str}



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]
>
>


Display String Array

2008-08-07 Thread Mohammad Irfan
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]