aspose file tools
The moose likes Java in General and the fly likes Populating each row of a column with a combo box containing values from the database Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "Populating each row of a column with a combo box containing values from the database " Watch "Populating each row of a column with a combo box containing values from the database " New topic
Author

Populating each row of a column with a combo box containing values from the database

Sachin Paradkar
Greenhorn

Joined: Jul 28, 2004
Posts: 6
Hi,
I am using a Struts framework to populate the values of the combo boxes of each row .When I hard code the JSP page with some values they do get populated . Also I can get single values from the database displayed on the JSP . But I am unable to get all the values from the database of a particular column displayed in the JSP !!!
The query for populating the column with a list of resulting values is given in a SQL map called PrimaryProficiencyProfileSQL.xml .


SachinParadkar
 
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: Populating each row of a column with a combo box containing values from the database
 
Similar Threads
Populating each row of a single column with values from the database in a combo box .
Selecting a value in a combo box that equals the value from the database record?
Populate JCombo Box with different Values in each Row in JTable
jsp include:
Displaying record from combo box