GroupId | GroupIdstruts |
---|---|
ArtifactId | ArtifactIdstruts-el |
Last Version | Last Version1.2.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionstruts-el
This subproject is an extension of the Struts tag library. Each JSP custom tag
in this library is a subclass of an associated tag in the Struts tag library.
One difference is that this tag library does not use "rtexprvalues", it uses
the expression evaluation engine in the Jakarta Taglibs implementation of the
JSP Standard Tag Library (version 1.0) to evaluate attribute values.
In addition, some of the Struts tags were not ported to this library, as it was
determined that their functionality was entirely supplied by the JSTL. These
particular Struts tags, and the reason for their non-porting will be described
in the documentation for this library.
In order to fully understand the correct utilization of this library, you must
understand the use and operation of the Struts tag library, and the use and
operation of the JavaServer Pages Standard Tag Library (hereafter called the
"JSTL"), along with the expression language (sometimes called the "EL") used
for evaluating attribute values.
|
Project URL |
Project URL |
Filename | Size |
---|---|
struts-el-1.2.9.pom | |
struts-el-1.2.9.jar | 206 KB |
struts-el-1.2.9-sources.jar | 194 KB |
Browse |
<!-- https://jarcasting.com/artifacts/struts/struts-el/ -->
<dependency>
<groupId>struts</groupId>
<artifactId>struts-el</artifactId>
<version>1.2.9</version>
</dependency>
// https://jarcasting.com/artifacts/struts/struts-el/
implementation 'struts:struts-el:1.2.9'
// https://jarcasting.com/artifacts/struts/struts-el/
implementation ("struts:struts-el:1.2.9")
'struts:struts-el:jar:1.2.9'
<dependency org="struts" name="struts-el" rev="1.2.9">
<artifact name="struts-el" type="jar" />
</dependency>
@Grapes(
@Grab(group='struts', module='struts-el', version='1.2.9')
)
libraryDependencies += "struts" % "struts-el" % "1.2.9"
[struts/struts-el "1.2.9"]
Group / Artifact | Type | Version |
---|---|---|
taglibs : standard | jar | 1.0.6 |
javax.servlet : jstl | jar | 1.0.6 |
struts : struts | jar | 1.2.8 |
commons-logging : commons-logging | jar | 1.0.4 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.3 |
Group / Artifact | Type | Version |
---|---|---|
httpunit : httpunit | jar | 1.5.4 |
cactus : cactus | jar | 12-1.4.1 |
cactus : cactus-ant | jar | 1.4.1 |