Summary
AjaxTags is a JSP tag library that provides a set of AJAX-enabled widgets, such as autocomplete form fields, pop-up call-out balloons, HTML content replacement, a tabbed panel, and a portlet tag. The most recent beta adds new functions and properties to tags introduced in prior releases.
Advertisement
AjaxTags is a collection of JSP tag widgets that make it easy to add interactive UI components to a Web page. The components in the current release are:
Autocomplete Retrieves a list of values that matches the string entered in a text form field as the user types.
Callout Displays a callout or popup balloon, anchored to an HTML element with an onclick event.
HTML Content Replace Builds the JavaScript required to hook a content area (e.g., DIV tag) to a link, image, or other HTML element's onclick event.
Portlet Portlet-style capability from a AJAX-enabled JSP tag.
Select/dropdown Based on a selection within a dropdown field, a second select field will be populated.
Tab Panel Enable an AJAX-based set of property pages.
Toggle Uses images to create either a single on/off toggle or a sequential rating system.
Update Field Updates one or more form field values based on response to text entered in another field.
Area and Anchor Shows how to AJAX-enable any area of your page.
Ajax DisplayTag Shows how to AJAX-enable DisplayTag
The project has a set of live demos that can be accessed from a Web browser. The 1.2 beta release adds more properties and functions to widgets introduced in prior releases, and fixes several bugs.
Of the rapidly growing field of AJAX widget libraries, which component set do you prefer?