gwt radio button ext
- by msaif
i get html from designer.
i have 2radio buttons there.
I like to get data of radio button from GWT.
I need a reference of radioButton.
RadioButton rb = RadioButton.wrap(Dom.getElementById("abc"));
but error.
how can i solve this