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



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







JSP Taglibs



(JSP-339) ABA taglib
ABA taglib ver. 1.2

    Custom JSP tag. Evaluates and processes own body if the specified parameter provides a valid (not valid) ABA routing number. ABA (American Banker`s Association) routing numbers are used to identify financial institutions when making transactions. Usually this number is required for example when setting up a bank account for direct deposits, automated payments or when making payments by "paperless" check online.

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

Sales Price:

Qty:


(JSP-323) Acrobat Forms JSP custom tags
AcroForm taglib ver. 1.2

    Custom JSP taglib lets you fill interactive AcroForm elements (like text input fields etc.) in your PDF files. Custom JSP tags let you open some PDF with AcroForms (your template), fill the fields and stream the final PDF file to user`s browser. For example:
 

<%@ page contentType="application/pdf" %>
<%@ taglib uri="taglib.tld" prefix="af" %>

<af:AcroForm template="bill.pdf">
  <af:setField name="user">Joe Doe</af:setField>
  <af:setField name="amount">$10,000</af:setField>
</af:AcroForm>

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

Sales Price:

Qty:


(JSP-235) Ad rotator
Ad rotator tag ver. 1.6

    Custom JSP tag. Lets you display advertising. Tag AdRotator displays rotated banners (or images). .NET developers are familiar with AdRotator control. This tag provides the similar functionality (but with some additional features). How to use it:

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

Sales Price:

Qty:


(JSP-361) Address book tag
Address book taglib ver. 1.1

    Custom JSP taglib. This taglib lets you present on your sites contact info ready for the quick adding to phone address book. Your visitors will be able to scan QR code right from the web and add your contact directly to own address book just with one click. E.g.:
 

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

<a:AddressBook
name="Coldbeans"
phone="12345678"
url="http://www.servletsuite.com"
email="info@servletsuite.com"
</a:AddressBook>

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

Sales Price:

Qty:


(JSP-375) Ajax alert tag
Ajax alert taglib ver. 1.2

    Custom JSP taglib lets you provide Ajax-based alarm popups. Tag asynchronously requests your server side (JSP, servlet) and outputs response as a JavaScript alarm. For example:
 

<script language="JavaScript" src="cjajax.js"></script>

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

<script language="JavaScript">
<a:AjaxAlert url="/cj/test.jsp"/>
</script>

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

Sales Price:

Qty:


(JSP-382) Ajax autocomplete taglib
Ajax auto complete taglib ver. 1.2

    JSP custom taglib for UI development. This taglib lets you create a text input field (like a normal HTML input tag) with some associated list of predefined values. So your users will be able not only type a value but also select it from the some list. And predefined values will be obtained from your server-side via Ajax call. Tag is similar to our Ajax input taglib. For example:
 

<script language="JavaScript" src="cjajax.js"></script>
<%@ taglib uri="taglib.tld" prefix="ac" %>

Product:
<ac:autocomplete name="a" url="getHelp.jsp" listBackground="white">
</ac:autocomplete>

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

Sales Price:

Qty:


(JSP-378) Ajax banner tag
Ajax banner rotation ver. 1.1

    Custom JSP taglib lets you rotate ads on a website, even when the page is not reloaded. If your visitor will spend more time on a page, it makes sense to opt-in for displaying more than one ad at one page load.

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

Sales Price:

Qty:


(JSP-374) Ajax combo box taglib
Ajax combo box taglib ver. 1.2

    Custom JSP taglib for UI development. This taglib is similar to our Custom combo box and lets you create a customized combo box. But here the list of options will be requested via Ajax call from your server side application. For example:
 

<script language="JavaScript" src="cjajax.js"></script>

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

<a:AjaxComboBox name="list" height="18px" url="content.jsp"
background="#FFFFF0" listBackground="#FFFFF0"
mouseOverBackground="lightgreen" mouseOutBackground="#FFFFF0">
<a:option>Please, select</a:option>
<a:value>-1</a:value>
</a:AjaxComboBox>

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

Sales Price:

Qty:


(JSP-381) Ajax custom input taglib
Ajax custom input taglib ver. 1.4

    JSP custom taglib for UI development. This taglib lets you create a text input field (like a normal HTML input tag) with some associated list of predefined values. So your users will be able not only type a value but also select it from the some list. Tag is similar to our Custom input taglib but lets you obtain the predefined values trough the separate call to your server-side. For example:
 

<script language="JavaScript" src="cjajax.js"></script>
<%@ taglib uri="taglib.tld" prefix="ac" %>

Product:
<ac:acinput name="a" url="getHelp.jsp" listBackground="white">
</ac:acinput>

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

Sales Price:

Qty:


(JSP-369) Ajax div taglib
Ajax taglib ver. 1.7

    Custom JSP taglib lets you deploy Ajax approach in your application. Tag AjaxDiv lets you define an area in your HTML code that will be periodically updated through asynchronous HTTP requests. For example:
 

<script language="JavaScript" src="cjajax.js"></script>

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

<a:AjaxDiv id="i1" url="newContent.jsp" timeout="10">
  this content will be updated every 10 seconds
</a:AjaxDiv>

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

Sales Price:

Qty:


This category has a total of 388 products divided in 10 per page.

 

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)