What about using an utility class to convert your array to Collection?
For example Arrays.asList(array) .
*
*
*--*
*Leo
*
On Sun, Oct 30, 2011 at 6:18 PM, Max Pendyschtschuk
<gotischer...@yahoo.de>wrote:

> Hello,
>
> is here any way to iterate an array? My bean just has int[] variable and I
> want to write its values. I can't use forEach tag, cause it works only with
> collections. Also I don't see any tag for simple iteration (say from 1 to
> n) which would also help (then I can use jexl to access array element by
> its index. Should I write my own tag for it, or something is missed by me?
>
> thank you,
> Max
>
>
> ------------------------------------------------------------------------------
> Get your Android app more play: Bring it to the BlackBerry PlayBook
> in minutes. BlackBerry App World&#153; now supports Android&#153; Apps
> for the BlackBerry&reg; PlayBook&#153;. Discover just how easy and simple
> it is! http://p.sf.net/sfu/android-dev2dev
>
> _______________________________________________
> jXLS-user mailing list
> jXLS-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jxls-user
>
>
------------------------------------------------------------------------------
Get your Android app more play: Bring it to the BlackBerry PlayBook 
in minutes. BlackBerry App World&#153; now supports Android&#153; Apps 
for the BlackBerry&reg; PlayBook&#153;. Discover just how easy and simple 
it is! http://p.sf.net/sfu/android-dev2dev
_______________________________________________
jXLS-user mailing list
jXLS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jxls-user

Reply via email to