• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

midlet.platformRequest(string) problem for multiple request parameters in url

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I want to call midlet.platformRequest(URL) not working if URL is like : http://www.abc.com?key1=value1&key2=value2&key3=value3
It ignores parameters after first '&' character occurrence. I get message on console that

Performing platform Request for URL: http://www.abc.com?key1=value1&key2=value2&key3=value3
'key2' is not recognized as an internal or external command,
operable program or batch file.
'key3' is not recognized as an internal or external command,
operable program or batch file. And it launch browser with URL: http://www.abc.com?key1=value1


Any way to pass '&' which successfully call platform request and also right URL goes to server.

Thanks in advance.
 
Bartender
Posts: 2856
10
Firefox Browser Fedora Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
" a " please check your private messages for an important administrative matter.
 
reply
    Bookmark Topic Watch Topic
  • New Topic