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

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 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 lance.j...@googlemail.comwrote: 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

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 t:Select t:id=endDate value=timeSheet.endDate model=endDateModel/ the html output of my select menu looks like so select id=endDate