I have a dijit dialog form which is used for data entry. Once the user clicks OK the data is written to a database and the dialog is closed (using HIDE method). However when I click the dialog button again, it still shows the previous data entered... it is still accessing the cache however I have set the refreshOnShow & preventCache attributes for the dialog:
And I close the dialog as follows:
