* reference faqs directly without ./faqs * substitute Struts with Struts Core * use indentation consistently * remove spurious "or" -- Christian Meder, email: [EMAIL PROTECTED]
The Way-Seeking Mind of a tenzo is actualized by rolling up your sleeves. (Eihei Dogen Zenji) Index: index.xml =================================================================== --- index.xml (revision 291028) +++ index.xml (working copy) @@ -40,7 +40,7 @@ <a href="http://db.apache.org/ojb/">Object Relational Bridge</a>. For the <strong>View</strong>, Core works well with <a href="http://java.sun.com/products/jsp/">JavaServer Pages</a>, - including <a href="./faqs/kickstart.html#jsf">JSTL and JSF</a>, + including <a href="faqs/kickstart.html#jsf">JSTL and JSF</a>, as well as <a href="http://jakarta.apache.org/velocity/tools/struts/">Velocity Templates</a>, <a href="http://stxx.sourceforge.net/">XSLT</a>, @@ -119,13 +119,13 @@ ]]></code></pre> <p> - There are several other resources you can specify in an Apache - Struts configuration file. + There are several other resources you can specify in an Struts + Core configuration file. You can specify validations for the ActionForms in an XML descriptor, using the <a href="userGuide/dev_validator.html">Struts Validator</a>. A standard extension, <a href="userGuide/dev_tiles.html">Tiles</a>, helps you build pages from smaller fragments. - </p> + </p> <p> Struts Core is an extensible framework. @@ -135,10 +135,10 @@ <code>set-property</code> feature. This is one reason why there are so many <a href="http://wiki.apache.org/struts/StrutsResources/">contributor - extensions</a> for Struts. + extensions</a> for Struts Core. Core provides a base framework, but you can still write <b>your</b> application <b>your</b> way. - </p> + </p> <p> For more about Struts Core and its underlying technologies, see the @@ -148,7 +148,7 @@ </subsection> - <subsection name="Is Struts Core the best choice for every project?"> +<subsection name="Is Struts Core the best choice for every project?"> <p> No. If you need to write a very simple application, with a handful of @@ -161,19 +161,19 @@ But, if you are writing a more complicated application, with dozens of pages, that need to be maintained over time, then Struts Core can help. - For more about whether Model 1 or or MVC/Model 2 is right for you, see + For more about whether Model 1 or MVC/Model 2 is right for you, see <a href="http://www.javaworld.com/javaworld/jw-12-1999/jw-12-ssj-jspmvc.html"> Understanding JavaServer Pages Model 2 architecture</a> and <a href="http://www.scioworks.net/devnews/articles/struts_adoption_issues/index.html"> Issues in Struts Adoption</a>. - </p> + </p> </subsection> </section> <section> <p class="right"> - Next: <a href="learning.html">Learning about Struts Core</a> + Next: <a href="learning.html">Learning about Struts Core</a> </p> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]