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


GENERAC IGNTION COIL 0G3224TA picture

GENERAC IGNTION COIL 0G3224TA

$30.00



New Rexroth coil 1837001227 picture

New Rexroth coil 1837001227

$214.00



12V Solenoid Coil ( H 52mm/Φ 13mm) for Daewoo Doosan D60-7 D80-7 Excavator Valve picture

12V Solenoid Coil ( H 52mm/Φ 13mm) for Daewoo Doosan D60-7 D80-7 Excavator Valve

$55.00



Heating Coil 5 PIN XLR 20mm 16mm 10mm flat 25mm 30mm Electronic picture

Heating Coil 5 PIN XLR 20mm 16mm 10mm flat 25mm 30mm Electronic

$34.99



12 Volt Coil with Internal Resistor picture

12 Volt Coil with Internal Resistor

$28.99



Dental Orthodontic Niti Open Coil Spring Spool .008/010/012/014 Inch 914mm picture

Dental Orthodontic Niti Open Coil Spring Spool .008/010/012/014 Inch 914mm

$334.39







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