aspose file tools
The moose likes Struts and the fly likes how to display database records in select option 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 » Frameworks » Struts
Reply Bookmark "how to display database records in select option" Watch "how to display database records in select option" New topic
Author

how to display database records in select option

Vaishali Paramane
Ranch Hand

Joined: Mar 05, 2007
Posts: 106
Hi

I am using jsp and struts.

I want to add database records in the select option using struts.

Can anyone give me some ideas how I can do it?

Thanks

Vaishali


SCJP, SCJD
Preparing for SCWCD
Manuel Schenkhuizen
Greenhorn

Joined: Apr 20, 2011
Posts: 14
You can build an ActionSupport class.
The class may have a List attribute.
In the execute method,you can initialize the attribute.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how to display database records in select option
 
Similar Threads
Fetching values from database and populating it in drop down and text fields
Bulk Data Update Problem- Urgent
Checkbox functionality using Struts
How to fetch Date from DateTime in mySql
Checkbox functionality using JSP