I do not have a concrete example but it would be somethink like this

public class ReferenceDataDecorator extends TableDecorator {
public String getyourColumnName() {
// Now you get the array from the list that you are iterating with the table
taglib
Object[] yourArray = (Object[])getCurrentRowObject();
}
}

Hope it helps

2009/5/12 abhishek reddy <abhishek.c1...@gmail.com>

> thanks for the reply.....can you give me an example?
>
> On Tue, May 12, 2009 at 9:22 AM, Pakin <arui...@gmail.com> wrote:
>
>>
>> You can use decorator for that.
>> You can iterate the array inside the decorator.
>>
>> Cheers.
>>
>>
>> abhishek reddy wrote:
>> >
>> > hi every one,
>> >
>> > How i can display list of array objects using display tag?
>> >
>> > --
>> > Abhishek
>> >
>> >
>> ------------------------------------------------------------------------------
>> > The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
>> > production scanning environment may not be a perfect world - but thanks
>> to
>> > Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
>> > i700
>> > Series Scanner you'll get full speed at 300 dpi even with all image
>> > processing features enabled. http://p.sf.net/sfu/kodak-com
>> > _______________________________________________
>> > displaytag-user mailing list
>> > displaytag-user@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/displaytag-user
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Accessing-List-of-Array-Objects-in-Display-Tag-tp23478429p23495677.html
>> Sent from the DisplayTag - General mailing list archive at Nabble.com.
>>
>>
>>
>> ------------------------------------------------------------------------------
>> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
>> production scanning environment may not be a perfect world - but thanks to
>> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
>> i700
>> Series Scanner you'll get full speed at 300 dpi even with all image
>> processing features enabled. http://p.sf.net/sfu/kodak-com
>> _______________________________________________
>> displaytag-user mailing list
>> displaytag-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>>
>
>
>
> --
> Abhishek
>
>
> ------------------------------------------------------------------------------
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
> i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> _______________________________________________
> displaytag-user mailing list
> displaytag-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/displaytag-user
>
>
------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to