POST tag ver. 1.4

    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:
 


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

<%@ 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.
2) encoding Optional parameter. Describes an encoding.

for downloading:

Library: posttag.jar    Description: taglib.tld

 © Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.

Also in Coldtags: