Java Tutorials
Home
Java
JavaAJAX JSP Tag Library
The AJAX JSP Tag Library is a set of JSP tags that simplify the use of Asynchronous JavaScript and XML (AJAX) technology in JavaServer Pages. This tag library eases development by not forcing J2EE developers to write the necessary JavaScript to implement an AJAX-capable web form.
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.
Select: Based on a selection within a dropdown field, a second select field will be populated.
Toggle: Switches a hidden form field between true and false and at the same time switches an image between two sources.
Update Field: Updates one or more form field values based on response to text entered in another field.
Open-source license by multiple contributors.
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.
Select: Based on a selection within a dropdown field, a second select field will be populated.
Toggle: Switches a hidden form field between true and false and at the same time switches an image between two sources.
Update Field: Updates one or more form field values based on response to text entered in another field.
Open-source license by multiple contributors.
Related Topics
Sponsored Links
