> Hi darryl,
> My MIDlet code worked when I used the POST method and removed
> os.flush.
I didn't notice that in the code before. Don't flush the output stream: that
causes the data to get munged.
> But now I'm facing a new problem. My servlet / JSP page
> (depending on where I'm passing the parameter to) displays the value on
[quoted text clipped - 4 lines]
> I'm using a request.getParameter() from my JSP and a
> request.getReader().readLine() from my Servlet.
You need to have some kind of object that's shared between sessions that can
pass that value back and forth.

Signature
Darryl L. Pierce <mcpierce@gmail.com>
Homepage: http://mcpierce.multiply.com/
"McVeigh's lawyer got him the death penalty, which, quite frankly,
I could have done." - Jon Stewart
Saaji - 14 Mar 2006 16:26 GMT
The parameter I'm geting from the MIDlet is the location where the
mobile is.. I want to retrieve this info from my wap site. Is there any
way of doing this?
Thanks in Advance,
Sajida