Re: [Stripes-users] NumberFormatException for array length???

2010-04-26 Thread Oscar Westra van Holthe - Kind
On 26-04-2010 at 14:59, Aaron Stromas wrote: My action bean has a String[] valued property with getter and setter, say, x. The JSP is happy with using the array in stripes:options-collection collection=x/ but referring to ${actionBean.x.length} generates NumberFormatException. Does it make

Re: [Stripes-users] NumberFormatException for array length???

2010-04-26 Thread Aaron Stromas
Learned something new, thank you. Unfortunately, the good news don't apply to my case, I don't need the length for iteration. I wish I was programming Groovy... -a On 26 April 2010 15:07, Oscar Westra van Holthe - Kind os...@westravanholthe.nl wrote: On 26-04-2010 at 14:59, Aaron Stromas

Re: [Stripes-users] NumberFormatException for array length???

2010-04-26 Thread Poitras Christian
Users List Subject: Re: [Stripes-users] NumberFormatException for array length??? Learned something new, thank you. Unfortunately, the good news don't apply to my case, I don't need the length for iteration. I wish I was programming Groovy... -a On 26 April 2010 15:07, Oscar Westra van Holthe

Re: [Stripes-users] NumberFormatException for array length???

2010-04-26 Thread Aaron Stromas
:* Aaron Stromas [mailto:passog...@gmail.com] *Sent:* Monday, April 26, 2010 3:21 PM *To:* Stripes Users List *Subject:* Re: [Stripes-users] NumberFormatException for array length??? Learned something new, thank you. Unfortunately, the good news don't apply to my case, I don't need the length