BlackBerry Forums Support Community
              

Closed Thread
 
Thread Tools
Old 04-20-2005, 06:29 PM   #1
sacramentojoe
Knows Where the Search Button Is
 
Join Date: Apr 2005
Model: 7230
Posts: 30
Default JSP & WML & WAP

Please Login to Remove!

I'm trying to write a small app for my company. I want to use some WML / WAP mixed in with some JSP's.

I open up my simulator and type in my url http://localhost/index.wml
This asks for my username and password. I enter it as required and hit "Submit".
I have
<do type="accept" label="Answer">
<go href="/loginPage.jsp"/>
</do>

When I click on this and go to my loginPage.jsp it's not reading the request.getParameter("username");

How can I get parameters from the wml card to be seen on my jsp?

Thanks.
Offline  
Old 04-20-2005, 07:42 PM   #2
sacramentojoe
Knows Where the Search Button Is
 
Join Date: Apr 2005
Model: 7230
Posts: 30
Default

Nevermind. I found my own answer.

Thanks though.

Code:
Username: <input name="userName" size="15" /><br/>
Password: <input name="password" size="15" /></br/>

<do type="accept" label="Log In">
<go href="/loginPage.jsp">
<postfield name="username" value="$(userName)"/>
<postfield name="password" value="$(password)"/>
</go>
</do>

Last edited by sacramentojoe; 04-20-2005 at 07:45 PM.. Reason: Added code snippet
Offline  
Old 04-21-2005, 09:13 AM   #3
tfly
Thumbs Must Hurt
 
Join Date: Feb 2005
Model: 8310
Carrier: AT&T
Posts: 53
Default

what do you have to do?
Offline  
Old 04-21-2005, 01:38 PM   #4
sacramentojoe
Knows Where the Search Button Is
 
Join Date: Apr 2005
Model: 7230
Posts: 30
Default

Quote:
Originally Posted by tfly
what do you have to do?
Look at my code snippet.

You have to add this:
<postfield name="username" value="$(userName)"/>
<postfield name="password" value="$(password)"/>

otherwise it doesn't get sent in the request object.

Also, the request.getMethod() doesn't work either.
So to make sure it was posting I had to add
<postfield name="method" value="post">
and then on my JSP I had to look for request.getParameter("method").equals("post")

Seems like a hack to me but It seems thats how it works.
Offline  
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


REPLACEMENT LCD FOR SAMSUNG DISPLAY UNIT DBM-091 PLEASE READ DESCRIPTION picture

REPLACEMENT LCD FOR SAMSUNG DISPLAY UNIT DBM-091 PLEASE READ DESCRIPTION

$479.97



Samsung MX55 Final Drive Motor.  MPN: 7115-15000 picture

Samsung MX55 Final Drive Motor. MPN: 7115-15000

$2100.00



SAMSUNG Mini ER7 Stainless Steel Biopsy Needle Guide, Warranty: 12months picture

SAMSUNG Mini ER7 Stainless Steel Biopsy Needle Guide, Warranty: 12months

$595.50



SAMSUNG 540 DAY AND NIGHT DIGITAL COLOR CAMERA SCC-B2391 picture

SAMSUNG 540 DAY AND NIGHT DIGITAL COLOR CAMERA SCC-B2391

$55.00



Samsung DA97-08408A Assembly Guard Ref-MID Left  picture

Samsung DA97-08408A Assembly Guard Ref-MID Left

$119.14



Samsung Kiosk Stand Only picture

Samsung Kiosk Stand Only

$599.87







Copyright © 2004-2016 BlackBerryForums.com.
The names RIM © and BlackBerry © are registered Trademarks of BlackBerry Inc.