| 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
9 comments so far (post your own) View All Comments Latest 10 Comments:I want to use Struts2 DoubleSelect Tag for populating List of countries and on selecting a country, its available cities should be populated. Can anybody give sugesstions and any practicle code for such scenario.
Thanks
Naresh Sahu
Posted by Naresh Sahu on Monday, 06.9.08 @ 10:50am | #62682
how to use this tag with a sample with databse and struts2 actions.
Posted by sunil on Wednesday, 06.4.08 @ 09:53am | #62040
Hi,
If you provide example like , list of country and their city.
will help us to understand better.
Posted by shambhu on Friday, 05.23.08 @ 09:52am | #60728
sir
If it possible morethan two elemnts in fisrt combo and change depending on second combo value
Posted by Rakesh on Saturday, 03.29.08 @ 13:04pm | #54650
Thanks Sathish, That was really helpful!!
Posted by Rushikesh on Wednesday, 02.27.08 @ 18:37pm | #50312
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
and also, try this url....
hope it helps you...
Posted by sathish on Saturday, 02.23.08 @ 23:51pm | #49692
get the data and store it into array....
and then initialize it...
reply in case of doubt...
Posted by sathish on Saturday, 02.23.08 @ 23:29pm | #49690
What to do if my lists come from database? Kindly help..
Posted by Rushikesh on Thursday, 02.7.08 @ 16:22pm | #47510