On Fri, 2005-09-16 at 11:54 +0000, [EMAIL PROTECTED] wrote:
> Modified: struts/core/trunk/xdocs/userGuide/building_view.xml
> URL: 
> http://svn.apache.org/viewcvs/struts/core/trunk/xdocs/userGuide/building_view.xml?rev=289497&r1=289496&r2=289497&view=diff
> ==============================================================================
> --- struts/core/trunk/xdocs/userGuide/building_view.xml (original)
> +++ struts/core/trunk/xdocs/userGuide/building_view.xml Fri Sep 16 04:54:18 
> 2005
> @@ -6,7 +6,7 @@
>  -->
>  
>  <properties>
> -    <title>The Struts User's Guide - Building View Components</title>
> +    <title>Struts Core User's Guide - Building View Components</title>
>  </properties>
>  
>  <body>
> @@ -15,18 +15,27 @@
>  <subsection name="3.1 Overview">
>  
>      <p>
> -    This chapter focuses on the task of building the <em>View</em> components
> -    for use with the Struts framework. 
> -    Many applications rely on JavaServer Pages (JSP) technology to create 
> the 
> -    presentation layer. 
> -    The Struts distribution includes a comprehensive JSP tag library that 
> -    provides support for building internationalized applications, as well as 
> -    for interacting with input forms.
> -    Several other topics related to the View components are briefly 
> discussed.
> +        Struts Core provides infrastructural support for view components,
> +        but does not provide any actual view components of its own.
> +        Several options are available, such as
> +        <a href="http://struts.apache.org/struts-taglib/";>Struts Taglib</a>,
> +        <a href="http://struts.sourceforge.net/struts-cocoon/";>Struts 
> Cocoon</a>,
> +        <a href="http://jakarta.apache.org/velocity/tools/struts/";>Struts 
> Velocity</a>,
> +        and <a href="http://stxx.sourceforge.net/";>Stxx</a>,
> +        among others.
> +    </p>
> +
> +    <p>
> +        Features provided by Struts Core for direct use by view components
> +        include <a href="#resources">Message Resources</a>
> +        for internationaling text and images,

s/internationaling/internationalizing/

> @@ -204,16 +213,21 @@
>  
>  </subsection>
>  
> +<a name="formbeans"/>
>  <subsection name="3.3 Forms and FormBean Interactions">
>  
>  <p>
>      <strong>Note:</strong> While the examples given here use JSP and custom 
> tags,
>      the ActionForm beans and the other Struts controller components are
>      View neutral. 
> -    Struts can be used with Velocity Templates, XSL, and any other 
> +    Struts can be used with Coccoon, Velocity Templates, XSLT, and any other

s/Coccoon/Cocoon



                        Christian
-- 
Christian Meder, email: [EMAIL PROTECTED]

The Way-Seeking Mind of a tenzo is actualized 
by rolling up your sleeves.

                (Eihei Dogen Zenji)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to