--- Justin Frost <[EMAIL PROTECTED]> wrote:
>       private String value;
> 
>         public String getValue() {
>            return value;
>         }
> I want to use the <s:iterator> tag on "value". 

What? Do you mean you want to iterate over the rows in
the report? "value" is a string; nothing to iterate
over.

report.headerRow will iterate over each item in the
headerRow Vector. (Consider naming it as a plural.)

Then iterate over the dataColumns in each headerRow
item, and the value will be visible.

Haven't seen a Vector for awhile.

d.


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

Reply via email to