| 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.
|
 |
 |
|
|
subject: how to display database records in select option
|
|
|