Are parameters values always stroed as String arrays?
I use
the ExternalContext method getParameterValuesMapThe 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?

