i'm developing an application for blackbery, i'm displaying a webpage using Eclipse and net.rim.device.api.browser.field.* api when i click a submit buttom in a form i get this error "Unknown host http:80", can anyone helpme?
A:
Don't know anything about Blackberries, but it looks like you're entering a URL where your program is only expecting a host name.
Carl Smotricz
2010-07-13 21:55:45
A:
It sounds like form on the web page is not properly set up, causing the post action to post to an invalid URL. It would help if you included the app code and the form HTML.
Marc Paradise
2010-07-14 18:49:26
Marc, i get this error when i use the net.rim.device.api.browser.field.* api, when i call the browser or use the net.rim.device.api.browser.field2.* api it works... thank you for your help... i decide to update my BB to the version 5.0 now i can use net.rim.device.api.browser.field2.* api without any problem
2010-07-15 17:34:07