I would like to use the "singleLineAddressField" with my addresses locator and not the "addressFields". Is there something in the LocateWidget.mxml i can change to do this? I believe you should be able to do this using ArcGIS 10.
Geocode services support single-line address format
ArcGIS geocoding now allows users to enter an address in a single-line string such as "300 peachtree st nw atlanta ga". This enhancement is exposed through the geocode service, including through the REST API.
Here is part of my locator service.
Service Description:
Address Fields:
Street (Type: esriFieldTypeString, Alias: Street or Intersection, Required: false )
City (Type: esriFieldTypeString, Alias: City or Placename, Required: false )
State (Type: esriFieldTypeString, Alias: State, Required: false )
ZIP (Type: esriFieldTypeString, Alias: ZIP Code, Required: false )
Single Line Address Field:
Single Line Input (Type: esriFieldTypeString, Alias: Full Address, Required: false )