| 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
3 comments so far (post your own) View All Comments Latest 10 Comments:<c:forEach var="typeId" items="${typeId}" varStatus="status">
<c:forEach var="name" items="${types}" varStatus="statusNames">
<c:choose>
<c:when test="${status.index == statusNames.index}">
<form:checkbox onclick="output()" path="type" value="${typeId}"/><c:out value="${name}"/>
</c:when>
</c:choose>
</c:forEach>
</c:forEach>
////////////////
<script language=javascript>
function output()
{
alert('testing checkbox event');
}
</script>
Posted by clifford on Thursday, 01.24.08 @ 18:57pm | #46021
how to develop the portlet amd how to run his portlet
Posted by ramesh on Thursday, 12.27.07 @ 19:04pm | #43966
Is there any alternative to implement checkbox?.
i mean to say without writing seperate jsp code.
Posted by Divya on Monday, 08.27.07 @ 11:32am | #24235