#summary AplRequest Function Summary *_getIntParameter( $paramName, $defaultValue = -1)_* Returns the parameter identified by the $paramName if exists in REQUEST and is numeric otherwise returns the $defaultValue. *_getCharParameter( $paramName, $defaultValue=null )_* Returns the parameter identified by the $paramName if exists in REQUEST otherwise returns the $defaultValue.