Custom JSP tag. Lets you read data from POST requests.
For example, suppose your client posts XML data to your jsp page. In your jsp
page you may read posted data with this tag. The code below just prints posted
XML data:
<%@ page contentType="text/xml" %>
<get:POST />
Tags are:
POST
Reads data from POST request. Parameters are:
1) id Optional parameter. Describes page scope variable for data (type is String). Without this parameter tag just prints data.
for downloading:
Library: posttag.jar Description: taglib.tld
See also Coldtags suite - the largest collection of custom JSP tags.