Hi, I'm building an web app which does some searching. When ever I do a search on something I make a a new History Item by calling History.newItem(searchTerm). The History callback then does the searching. However if after the search the user clicks again on search nothing happens because the History.addValueChangeHandler does not get called because the value does not get changed, but I would prefer that the search happens again because if nothing happens the user will be confused
Jaap --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
