| 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
7 comments so far (post your own) View All Comments Latest 10 Comments:I have a question: What do we need to do to get these checkboxes vertically aligned instead of horizontally..
[]Apple
[]Mango
[]Orange
Posted by Abin on Monday, 09.8.08 @ 15:00pm | #77995
The Map can be iterated as follows
<s:set name="myMap" value="#{'Persian':'cat','St Bernard':'dog','Goliath Goliath':'bug','Bottlenose':'dolphin','Python':'snake'}" />
<s:iterator status="stat" value="myMap" >
<s:property value="key"/>
<s:property value="value"/>
<br/>
</s:iterator>
Posted by saket on Wednesday, 12.19.07 @ 22:34pm | #42997
Hi,
I'm trying to iterate a map like the following but it's not producing any output. Can anyone tell me why?
<s:set name="myMap" value="{'Persian':'cat','St Bernard':'dog','Goliath Goliath':'bug','Bottlenose':'dolphin','Python':'snake'}" />
<s:iterator status="stat" value="myMap" >
${key}
${value}
</s:iterator>
Posted by Billy on Tuesday, 12.4.07 @ 06:06am | #41222
Hi,
I'm trying to iterate a map like the following but it's not producing any output. Can anyone tell me why?
<s:set name="myMap" value="{'Persian':'cat','St Bernard':'dog','Goliath Goliath':'bug','Bottlenose':'dolphin','Python':'snake'}" />
<s:iterator status="stat" value="myMap" >
${key}
${value}
</s:iterator>
Posted by Billy on Tuesday, 12.4.07 @ 06:04am | #41221
Hi there
When i try running above example i always get following error:
"field 'list', name 'daysname': The requested list key 'fruits' could not be resolved as a collection/array/map/enumeration/iterator type. Example: people or people.{name} - [unknown location]"
What am i doing wrong?
Thanks a lot for your help!
Greetings from Rwitzerland,
Raoul
Posted by Raoul on Thursday, 11.1.07 @ 20:17pm | #35335
Hi,friends
i want to implement a selective list of elements(for example, email list) with checkboxlist and perform an operation(like deletion) on selected items.(like, delete email in yahoomail).Help Me PLZZZZ ;-(
Posted by Farshid on Thursday, 08.16.07 @ 10:54am | #23487
How do we use default selection?
Posted by Volkan Ozyilmaz on Tuesday, 08.7.07 @ 19:41pm | #22879