Filters (67)
  Servlets (76)
  JSP Taglibs (388)



Order Status
Product List
Services
Contact Us
License
About Us
Check Out
Search







(JSP-202) Exclusive checkbox taglib



Online Price

Sales Price:

Qty:


Exclusive checkbox taglib ver. 1.2

    JSP custom taglib for UI development. This taglib lets you add a special behavior for your checkboxes. Only one checkbox can be checked at a time. It is useful when only one of choices can be chosen, similar to a radio button. But the use of checkboxes lets you to uncheck something what is not possible with radio buttons. For example:
 


<%@ taglib uri="taglib.tld" prefix="e" %>

<form>
<input type="checkbox" name="opt1" value="must_have" id="c1">Must have
<input type="checkbox" name="opt1" value="must_not_have" id="c2">Must not have
</form>

<e:ExclusiveCheckbox id1="c1" id2="c2"/>

Try It Out: http://www.servletsuite.com/servlets/exchecktag.htm

 

HOME | SITE SEARCH | CONTACT US | ABOUT US | PRODUCTS

Created by USA Sat, Inc. © OMOLI, Inc. - J2EE Components Store. All rights reserved.

spac.gif (848 bytes)