I just have a question on Ajax processing to help me understand what's happening. I'm using 2.1.9.
Here's the scenario: - an on-change listener set values on a form - form is submitted - back button on browser - the values are no longer set When setting values directly on the form the values are still set when returning from the submit. When Ajax is turned off the values also remain set. I don't consider this a real problem considering the benefits of Ajax. Is this normal behavior or could I be doing something wrong? Thanks, gary