Earlier I thought you said that the page was not reloading. Unless you are doing something with AJAX, I don't know how it would call the function without loading the page. If it is reloading the page, you might try having the method log a list of all the brands right before it returns this--just to make sure you are getting them all in the list that is used for the Select.
Oh and make sure that this list (or however you are storing it) is kept somewhere that is going to be persistent when the page comes back. You could be adding the item to the list and then immediately reseting it to the default when the page reloads. Mark On Tue, Oct 26, 2010 at 11:29 AM, hese <1024h...@gmail.com> wrote: > > yes it does get called, the logs that i have in that functions appear. > > anyways...will try out your links. > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/dynamically-reload-a-select-control-tp3235533p3237369.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > >