WebClient doesn't refresh a datachange in Developer

Hi,

At the same time I have a WebClient open and Developer. They both have the same solution open.

Now I have two fields:
1- TextField
2- ComboBox field with a valuelist attached.

In Developer, I change the value of both the testfield and type a value into the combobox field (a value that is not part of the valuelist!!)

Then I go to the Webclient and hit F5 (Refresh, IE). The value of the text field gets the value I entered in Developer, the value of the combobox remains as it is. (Note: the value in the combobox in developer ramians as it is (which is correct))

When I submit the form in the webclient, then combobox in developer gets updated with it’s original value.

This behavior doesn’t look right to me.

Paul

refresh does not post your changes to the server, so not sure about what you think is wrong here.