Hello, I wanna read selected list menu which appears in html into GWT Entrypoint class.
Actually, I am trying to add gwt scripting in existing html. So, I could not create list menu in html using GWT widgets. My GWT code needs read the selected option and send it to server when a button is clicked, I could add ClickHandler to the button. Please help me how its supposed to be read in GWT ?. <select id="Growth" name="Growth"> <option value="5" selected="selected">5%</option> <option value="10">10%</option> <option value="15">15%</option> <option value="20">20%</option> <option value="35">25%</option> <option value="80">80%</option> </select> -- 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.
