Re: [Stripes-users] File inputs with the new multiple attribute

2012-01-12 Thread Mike McNally
whoa that's awesome ... I'll def. give that a try. Thanks!!! On Thu, Jan 12, 2012 at 1:19 PM, Poitras Christian christian.poit...@ircm.qc.ca wrote: Hi, I've managed to create a workarounf for this a while ago. I thought about adding it to StripesStuff project, but it would be better if it

Re: [Stripes-users] File inputs with the new multiple attribute

2012-01-12 Thread Samuel Santos
Does it also work with an array (does not need an index)? In the ActionBean: @Validate public FileBean[] files; In the JSP: stripes-dynamic:file id=files name=files[] multiple=multiple/ Cheers, -- Samuel Santos http://www.samaxes.com/ On Thu, Jan 12, 2012 at 7:57 PM, Mike McNally

Re: [Stripes-users] File inputs with the new multiple attribute

2012-01-12 Thread Poitras Christian
: January-12-12 3:11 PM À : Stripes Users List Objet : Re: [Stripes-users] File inputs with the new multiple attribute Does it also work with an array (does not need an index)? In the ActionBean: @Validate public FileBean[] files; In the JSP: stripes-dynamic:file id=files name=files