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
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
2 matches
Mail list logo