aspose file tools
The moose likes Servlets and the fly likes passing hidden forms problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "passing hidden forms problem" Watch "passing hidden forms problem" New topic
Author

passing hidden forms problem

ata pazvant
Greenhorn

Joined: Mar 03, 2008
Posts: 5
Hi guys, I am new to servlets- jsp and I have been trying to write a session track problem but I have some trouble in passing hidden form "names" to servlet.
No matter which item I choose from drop down list , I always see the first item in the orderpage which is first item in ddlist or I get "No items ..." message. I may need a small iteration in OrderPage servlet that will take "names" of hidden forms but I could not figure out how to do it .
I am sending ddlist page and order page , if you have any idea or if you see something wrong , I'd love to hear it..



-------------------------------------------------------------------------------OrderForm------------------------------------------------------------------------------------


William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12266
    
    1


I see "itemID1" etc in the hidden field names - you are asking for "itemID" which does not appear to exist.

Bill

Java Resources at www.wbrogden.com
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56162
    
  13

Please be sure to use code tags when posting code to the forums. Unformatted code is extremely hard to read and many people that might be able to help you will just move along to posts that are easier to read. Please read this for more information.

You can go back and change your post to add code tags by clicking the button on your post.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
ata pazvant
Greenhorn

Joined: Mar 03, 2008
Posts: 5
Even thought I write "itemID1" in the orderform , I can not get "ItemID2".
The problem is How can I iterate "itemID " such that when I choice ,for instance ItemID6 , I get the ItemID6 ?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: passing hidden forms problem
 
Similar Threads
session tracking remove item (urgent)
I know what to do but don't know how to implement it..
How To Convert a Servlet File to a JSP File
Sorry For Throwing Lengthy Codes At This Site, But I Really Need Help
Storing of Data