Server's Form taglib ver. 1.2

    Tag mimics asp:form tag from ASP.NET. In other words this tag generates HTML form where method is post and action is the same URI as the current page.
 


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

<asp:form>

   ...

</asp:form>

Tags are:

form

Body tag form generates HTML form with HTTP method POST and action points to the same URI. Parameters are:

1) name Optional parameter. Describes a name for your form

for downloading:

Library: sformtag.jar    Description: taglib.tld

© Coldbeans      Comments?

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