I am trying to test a web page with two <form>s. The options in a <select> from the second <form> are not refreshed when the last of multiple <select> <option>s from the first <form> is clicked. I'm using setSelectField for the select that is not working.
I've confirmed that the values are not there after the last select by examining the output page. I thought that refreshing the page might cause the select options to be refreshed but I can't seem to find a way to refresh the current page, which is generated dynamically so the URL isn't easily derived. I tried combinations of <config> and <invoke> without success. There must be an easy way to do this that I'm not finding in the documentation or past threads. Thanks.

