Since request parameters might not be set correctly it might be beneficial to allow for a default value when the parameter value cannot be found. Example:
RequestParameterReference.requestParameter("foobar", 99); // the value 99 will be returned when "foobar" not in request parameter list
Description
Since request parameters might not be set correctly it might be beneficial to allow for a default value when the parameter value cannot be found. Example:
RequestParameterReference.requestParameter("foobar", 99); // the value 99 will be returned when "foobar" not in request parameter list