JSP--printing on same page
suppose i ve a database called "applicutun".that has 2 fields called appln-name,files.
now,i want a drop down list of appln-name from database.this i know.
now,depending on data clicked (from drop down of appln-name)--corresponding files should be displayed.--on the same file.
please help me-its urgent.
thanx in advance
shilpi
[365 byte] By [
shils_ibma] at [2007-10-2 15:42:59]

> suppose i ve a database called "applicutun".that has
> 2 fields called appln-name,files.
> now,i want a drop down list of appln-name from
> rom database.this i know.
> now,depending on data clicked (from drop down of
> appln-name)--corresponding files should be
> displayed.--on the same file.
>
> please help me-its urgent.
> thanx in advance
> shilpi
WRite a page which will get the Applicatio from DB
Store the Fields value as null first
Then check if any field is null
if yes
then skip the content usingf if
when user click the app , store the value in the FIeld
now the field is not null
so u will get what u what . if u have any more doubts update bye