How To : Common tasks

470 views
Skip to first unread message

ashish...@gmail.com

unread,
May 18, 2006, 2:41:10 AM5/18/06
to Google Web Toolkit
Hi

I have not much experience in using Ajax and javascript, but some in
java.
Can anyone tell me how to -

Convert String to int (and vise versa) in GWT.

Simp

unread,
May 18, 2006, 2:43:05 AM5/18/06
to Google Web Toolkit
try{
int value = Integer.parseInt(yourString);
} catch(NumberFOrmatException e) {
Window.alert(e.getMessage);
}

ashish...@gmail.com

unread,
May 18, 2006, 2:47:21 AM5/18/06
to Google Web Toolkit
Thanx a lot....

Reply all
Reply to author
Forward
0 new messages