build-legacy/core/xdocs/userGuide/dev_logic.xml (25 lines of code) (raw):

<?xml version="1.0" encoding="ISO-8859-1"?> <document url="dev_logic.html"> <properties> <title>The Struts User's Guide - Logic Taglib Guide</title> </properties> <body> <section name="Logic Taglib Guide"/> <section href="html" name="The Logic Taglib"> <p> <strong>Note:</strong> - Many of the features in this taglib are also available in the <a href="http://java.sun.com/products/jsp/jstl/">JavaServer Pages Standard Tag Library (JSTL)</a>. The Struts team encourages the use of the standard tags over the Struts specific tags when possible. </p> <p> The "struts-logic" tag library contains tags that are useful in managing conditional generation of output text, looping over object collections for repetitive generation of output text, and application flow management </p> </section> <section href="resources" name="Logic Tag Resources"> <ul> <li><a href="../api/org/apache/struts/taglib/logic/package-summary.html#package_description">Logic Taglib Package Description</a></li> <li><a href="struts-logic.html">Logic Taglib API Reference</a></li> </ul> </section> </body></document>