I have a requirement to
1. populate the drop down values in dialog box.
2. Value are coming from other component "A" authored in different page "PageA"
What i have implemented
1. Add a pathbrowser to get the page path of "PageA"
2. Save the dialog.
3. Reopen the dialog, the value in dropdown is populated.
4. drop-down is using the data source, which is calling a servlet.
5. Servlet is reading the page property pathbrowser and giving the dropdown values.
Challenge
1. author need to save the dialog box for servlet to read the "PageA" path and reauthor/reopen the dialog.
Is there any alternative to explore, where author dont have to re-open/reauthor the dialog to have values in dialog box.