Are parameters values always stroed as String arrays?
I use 
     the ExternalContext method getParameterValuesMap

The method valuesMap getValue() method returns a string array. 

In the example page.jsp?param=param1

I get 

["param1]

is the correct and why is this so?




Reply via email to