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


Kingston Technology KTH4503/128 Memory Expansion Module  New picture

Kingston Technology KTH4503/128 Memory Expansion Module New

$171.51



Bunn Ultra-2 Main Control Board FACTORY NEW 44039.1000 38710.1000  - 013 picture

Bunn Ultra-2 Main Control Board FACTORY NEW 44039.1000 38710.1000 - 013

$180.00



2711-NM15 BRAND NEW AB Memory Card 2711 NM15  1PCS picture

2711-NM15 BRAND NEW AB Memory Card 2711 NM15 1PCS

$382.30



Audio Voice Recorder Audio Alerts Live Audio Thru WiFi App Charger/32GB SD Card picture

Audio Voice Recorder Audio Alerts Live Audio Thru WiFi App Charger/32GB SD Card

$129.00



NEW Original Allen Bradley 2080-MEMBAK-RTC Memory Module With RTC Plug-In picture

NEW Original Allen Bradley 2080-MEMBAK-RTC Memory Module With RTC Plug-In

$284.00



Oktis - 2 Portable Fuel Analyzer Tester Meter Octane Number Gasoline Petrol picture

Oktis - 2 Portable Fuel Analyzer Tester Meter Octane Number Gasoline Petrol

$179.99







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