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" <gchrist...@cardaddy.com> wrote:
> 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" class="form-control" name="endDate"> > > <option value="1383714000000" selected="selected">11/06/2013</option> > <option value="1384923600000">11/20/2013</option> > <option value="1386133200000">12/04/2013</option> > <option value="1387342800000">12/18/2013</option> > <option value="1388552400000">01/01/2014</option> > > </select> > > When I change the select menu to 01/01/2014 and refresh the page with F5, > the value does not reset the displayed value to 11/06/2013 despite the html > output still outputting 11/06/2013 as being the selected. The displayed > value remains 01/01/2014. > > How do I get the displayed value to reset to the selected attribute? > > > -- > George Christman > www.CarDaddy.com > P.O. Box 735 > Johnstown, New York >