Here\'s my ajax call:
$.ajax({ type: \'GET\', url: contextPath + \'/test/location\', data: {\'objectValues\': object.objectValues }, datatyp
try setting your ajaxSettings to traditional.
jQuery.ajaxSettings.traditional = true;