hi,
I am developing an application where i am having 2 combo boxes and
those combo boxes were populated by the value from databases.I have
populated my 1st combo box by using a
Java bean where i have used sql
query.But for populating the 2nd combo box i need to use another bean
where i have to give the selected value of the 1st combo box in the
where condition of its SQL query.
I tried to get this selected value by taking the value in a text-box
through JavaScript and then tried to pass the value of the text-box in
the scriptlet n thus pass it in 2nd Java Bean.but unfortunately
every time i got null value.
Can you please tell me how to pass this value in a variable in scriptlet.