Re: 5.4 Select component isn't resetting on page refresh.

2014-01-29 Thread George Christman
Thanks guys, I'll give it a shot and see if it resolves my issue. On Wed, Jan 29, 2014 at 6:39 AM, Lance Java wrote: > As bob said, this is a browser feature. You can disable it by adding the > following to the form or the select html elements. > >autocomplete="off" > -- George Christman

Re: 5.4 Select component isn't resetting on page refresh.

2014-01-29 Thread Lance Java
As bob said, this is a browser feature. You can disable it by adding the following to the form or the select html elements. autocomplete="off"

Re: 5.4 Select component isn't resetting on page refresh.

2014-01-29 Thread Bob Harner
George, If I understand your question correctly, you're just seeing standard browser refresh behavior there. F5 refreshes the page but retains all entered-but-not-submitted form values. To get the behavior you're looking for, try Control+F5. On Jan 21, 2014 11:40 AM, "George Christman" wrote: >

5.4 Select component isn't resetting on page refresh.

2014-01-21 Thread George Christman
Hello, I'm using t.5.4-beta-2 and a select component. My select model is generated from a hibernate query and it's existing value comes from the database. Example the html output of my select menu looks like so 11/06/2013 11/20/2013 12/04/2013 12/18/2013 01/01/2014 When I change the selec