Re: ParameterAware Not Working

2007-07-14 Thread Toni Lyytikäinen
It's not a String but an array of Strings. [ in front of the object indicates an array. On 7/14/07, Richard Sayre <[EMAIL PROTECTED]> wrote: I am implemnting ParameterAware to get my request parameters: http://cwiki.apache.org/WW/how-can-we-access-request-parameters-passed-into-an-action.html

ParameterAware Not Working

2007-07-14 Thread Richard Sayre
I am implemnting ParameterAware to get my request parameters: http://cwiki.apache.org/WW/how-can-we-access-request-parameters-passed-into-an-action.html I have a parameter called customerId. I tried this Integer.parseInt(parameters.get("customerId")); Which did not work because .get returns an