| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
1 comments so far (post your own) View All Comments Latest 10 Comments:execute ur query.
then fetch the result into hash and keep it in list.
for ex.,
Execute Query :
SELECT COL1, COL2 FROM TBL;
create hash:
HashMap<String, String> resultMap =new HashMap();
store the query result into hash (resultMap)
then make select tag:
<HTML:SELECT list="resultMap" />
refer this link from our roseindia
http://www.roseindia.net/struts/struts2/struts2uitags/select-tag.shtml
if any problem, mention where ur facing problem.
Posted by sathish kumar on Monday, 02.25.08 @ 23:52pm | #50031