help

hi guys

plz help me out i hav a problem

I make a database connection through bean and populate dropdown box and

select an option in dropdown box and I need this value on my next jsp page ,

right now i m using request.getParameter to get this value but I m nt get this value

through that how to do it

thx in advance

[358 byte] By [sumitgupta27a] at [2007-10-2 15:37:58]
# 1
What value are you getting?
linxpdaa at 2007-7-13 15:18:09 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
If you put the select box inside a form and that form is not a multipart form, and you pass the exact same name (case sensitive) to getParameter() after the submit, then you should get the value from the select box.
gimbal2a at 2007-7-13 15:18:10 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
thx fo rrplyi get a null value on same page as well as the on the page i gt it after submit
sumitgupta27a at 2007-7-13 15:18:10 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...