|
|
JSP tags library. Allows you to proceed GET/POST requests to to the specified host (cgi-script/servlet). You can for example obtain contents of some page and use extracted information in your own jsp page. May be useful for portal developers.
|
The "input" tag extension library lets you present HTML <form> elements that are tied to the ServletRequest that caused the current JSP page to run. Code: JSP 1.2 |
The Request custom tag library contains tags which can be used to access all the information about the HTTP request for a JSP page.
Code: JSP 1.2 |
|  | |
The Response custom tag library contains tags which can be used to set all the information for an HTTP response for a JSP page.
Code: JSP 1.2 |
Custom JSP tags. Lets you to proceed HTTP requests. Options include data caching and asynchronous execution. Code: JSP 1.2 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|