Registry / web-framework / struts-taglib

struts-taglib

JSON →
library1.3.10javamavenunverified

Apache Struts Taglib provides JSP custom tags for building web applications with the Struts 1 framework.

<dependency> <groupId>org.apache.struts</groupId> <artifactId>struts-taglib</artifactId> <version>1.3.10</version> </dependency>
INSTALL
IMPORT
SIG · STRUTS-TAGLIB
S
struts-taglib
web-frameworkjavav1.3.10
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FormTag
org.apache.struts.taglib.html.FormTag

Creates an HTML form tag using Struts Taglib.

import org.apache.struts.taglib.html.FormTag; public class Example { public static void main(String[] args) { FormTag formTag = new FormTag(); formTag.setAction("/submit"); } }
Debug
Known issues
breakingStruts 1 is end-of-life and has known security vulnerabilities.
fix
Migrate to Struts 2 or a modern web framework like Spring MVC.
affects: >=1.0.0
Upgrade
Version history
1.3.10latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
struts-taglib — mvn dependency:get struts-taglib · libregistry