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



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







JSP Taglibs



(JSP-370) Ajax eval taglib
Ajax eval taglib ver. 1.1

    Custom JSP taglib. This taglib is similar to our Eval taglib, but JSP code will be executed asynchronously via Ajax call. Tag AjaxEval allows you to evaluate JSP code in the dynamic. It is similar to the function eval() you may see for example in JavaScript and ColdFusion. So, you may accumulate any JSP code in the string variable and evaluate (execute) this JSP code.

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

Sales Price:

Qty:


(JSP-371) Ajax form taglib
Ajax form taglib ver. 1.1

    Custom JSP taglib lets you mimic HTML form with Ajax request. Tag AjaxForm performs HTTP GET/POST request provided in form`s action attribute via Ajax. For example:
 

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

<a:AjaxForm method="post" action="/servlet/MVC">
<input type="text" name="username">
<input type="submit">
</a:AjaxForm>

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

Sales Price:

Qty:


(JSP-376) Ajax link tag
Ajax link taglib ver. 1.3

    Custom JSP taglib lets you provide Ajax-based hyperlinks. This tag mimics HTML hyperlinks for Ajax based requests. Tag asynchronously requests your server side (JSP, servlet) and replaces document`s body (or some div/span area) with the response. For example:
 

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

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

<a:AjaxLink href="/cj/testLink.jsp" title="link">Ajax Link</a:AjaxLink>

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

Sales Price:

Qty:


(JSP-372) Ajax panel taglib
Ajax panel taglib ver. 1.2

    Custom JSP tag. This taglib is similar to our Hidden panel and lets you create hidden panel in your web front-end. Panel`s content will be obtained via Ajax call.

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

Sales Price:

Qty:


(JSP-383) Ajax popup taglib
Ajax PopUp taglib ver. 1.3

    Custom JSP taglib for your UI development. This taglib lets you define a hyperlink that popups some window with your own HTML/JSP code. Taglib is similar to our Popup taglib but lets you define a content via Ajax request. For example:
 

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

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

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

Sales Price:

Qty:


(JSP-373) Ajax select taglib

Ajax select taglib (Master select) ver. 1.3



    Custom JSP taglib with Ajax support. Lets you create HTML select where any selection allows you to retrieve a list of values from a backend servlet (or other server-side control like JSP) and display them in another HTML select box. In other words you can create a master control and fill a slave (dependent) control based on the master's selection. In order to use this tag you have to describe an external JavaScript file cjajax.js on your page.

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

Sales Price:

Qty:


(JSP-377) Ajax timer tag
Ajax timer taglib ver. 1.3

    Custom JSP taglib lets you periodically perform Ajax requests. Taglib defines a timer that asynchronously requests your server side (JSP, servlet). For example:
 

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

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

<a:AjaxTimer id="i1" url="newContent.jsp" timeout="10" handler="myHandler">

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

Sales Price:

Qty:


(JSP-384) Ajax upload taglib
Ajax upload taglib ver. 1.1

    Custom JSP taglib lets you upload files asynchronously. This web component mimics (replaces) HTML form for uploading. For example:
 

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

<a:AjaxUpload action="/servlet/Upload">

   <input type="file" name="fname">
   <input type="submit" value="Upload">

</a:AjaxUpload>

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

Sales Price:

Qty:


(JSP-99) Album taglib
Album taglib ver. 1.8

    Custom JSP taglib. Tag imagesGrid lets you publish pictures. Tag outputs all the graphical files from the given directory. For the each image tag shows a thumbnail with a link to servlet displays the full image. It is a quick way to create images gallery in your web applications.

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

Sales Price:

Qty:


(JSP-328) Alexa tablib
Alexa taglib ver. 1.1

    Custom JSP taglib. Lets you calculate Alexa page rank for the given site. For example:
 

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

<r:AlexaRank url="http://site_to_be_requested" />

 

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

Sales Price:

Qty:




 

 

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)