THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
...
The JSP TLD is included in the struts-core.jar
. To use, just include the usual red-tape at the top of your JSP.
he following to your JSP:
Code Block | ||||
---|---|---|---|---|
| ||||
<%@ taglib prefix="s" uri="/struts-tags" %> <html><body> <html> <body> <p>Now you can use the tags, like so:</p> <s:iterator value="people"> <s:property value="lastName"/>, <s:property value="firstName"/> </s:iterator> ... |