Hi All,
I am getting a error

*getbytes*() *is undefined for the type string*



the code is

String primary_name = e.getPrimaryName();
byte[] value = primary_name.getBytes();

The eclipse showed me the method getbytes for autocompletion and eclipse is
happpy with it but when i try to run the application it gives me a above
error.
I tried to Google it for hours but couldn't find any thing helpful. I think
i have done some silly mistake, Please help.


Regards,
Vijay

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to