I have used this to chain dynamic data drop downs in an Orbeon application using the following services:
1. /xforms-sandbox/service/zip-states
2. /xforms-sandbox/service/zip-cities?state-abbreviation={../state}
3. /xforms-sandbox/service/zip-zips?state-abbreviation={../state}&city={../city}
I have few questions:
- I also want to create the same, so can you please point me the code where this services are present. How I should write the service in this case?
{../state}- How it retrieve the state value when it changed?- What is the use of
state-abbreviation?