Re: ParameterAware Arrays

2008-04-18 Thread Dustin S.
Hi Gabriel, I just wanted to say that I ended up putting instance variables with getters/setters for the request parameters (as you suggested). I wasn't aware they auto-binded like that. Thanks for your response. Dustin. On Wed, Apr 16, 2008 at 4:55 PM, Gabriel Belingueres <[EMAIL PROTECTED]> w

Re: ParameterAware Arrays

2008-04-16 Thread Gabriel Belingueres
You can of course set up instance variables in your action class with identical names as the parameters you intend to use. 2008/4/16, Dustin S. <[EMAIL PROTECTED]>: > I noticed the the map for setParameters is . If I > intend to always only use [0], is there any easy way to accomplish > this witho