My app has a href image that calls http://host/#sales?view=1
It also has a Hyperlink object that points to http://host/#sales?view=1 as well. When I click the image an new instance of my EntryPoint class is created and onModuleLoad() is called. When I click on the hyperlink the ValueChangeHandler onValueChange() is called. How do I get the image to call onValueChange() and not create a new instance of EntryPoint? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
