gwt extjs - get the value of a radio button
- by msaif
i get html from designer.
i have 2 radio 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