Hi all,
I have a form that is dynamically populated and then further processed using jsp. In a couple of cases, I would like to supply a text area and a select menu, with the same name, so the user can either choose a value or enter a new one to search on.
The jsp code can then handle the decision of what kind of search to implement.
I've tried this, but the code only seems to recognize the first of the two elements.
Can this be done???
vj
I have a form that is dynamically populated and then further processed using jsp. In a couple of cases, I would like to supply a text area and a select menu, with the same name, so the user can either choose a value or enter a new one to search on.
The jsp code can then handle the decision of what kind of search to implement.
I've tried this, but the code only seems to recognize the first of the two elements.
Can this be done???
vj