New page display not needed

I have a web page that displays a form on the web and when in edit mode and user clicks on a drop-down list field(combobox, radio, checkbox, dialoglist) which is set to Refresh on Keyword Change the browser displays a new page each time these field types have been modified. Is there a way to avoid this?

Dan

Subject: New page display not needed

Errr … well … yes. Uncheck “refresh fields on keyword change”.

If other fields depend on the values of your drop-down fields, reloading the page is the only (out-of-the-box) way to realize that. Domino does not create some fancy cross-browser AJAX code to do that, so you have to make your choice:

  1. Kepp it as it is.

  2. Disable auto-refresh and changes will not be reflected anywhere else.

  3. Build your own AJAX stuff to refresh only what you need.