[jboss-cvs] JBossAS SVN: r83539 - in projects/docs/enterprise/4.3.4.1/Seam/Seam_Reference_Guide: en-US and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 28 00:24:46 EST 2009


Author: irooskov at redhat.com
Date: 2009-01-28 00:24:46 -0500 (Wed, 28 Jan 2009)
New Revision: 83539

Removed:
   projects/docs/enterprise/4.3.4.1/Seam/Seam_Reference_Guide/tmp/
Modified:
   projects/docs/enterprise/4.3.4.1/Seam/Seam_Reference_Guide/en-US/Components.xml
   projects/docs/enterprise/4.3.4.1/Seam/Seam_Reference_Guide/en-US/Jbpm.xml
   projects/docs/enterprise/4.3.4.1/Seam/Seam_Reference_Guide/en-US/Tutorial.xml
Log:
updated Seam Reference Guide with JIRA fixes and removing tmp directory


Modified: projects/docs/enterprise/4.3.4.1/Seam/Seam_Reference_Guide/en-US/Components.xml
===================================================================
--- projects/docs/enterprise/4.3.4.1/Seam/Seam_Reference_Guide/en-US/Components.xml	2009-01-28 03:37:05 UTC (rev 83538)
+++ projects/docs/enterprise/4.3.4.1/Seam/Seam_Reference_Guide/en-US/Components.xml	2009-01-28 05:24:46 UTC (rev 83539)
@@ -1283,9 +1283,9 @@
 
      <section>
         <title>Miscellaneous components</title>
-        <para>
+  <!--      <para>
             These components don't fit into 
-        </para>
+        </para> -->
         
         <variablelist>
             <varlistentry>

Modified: projects/docs/enterprise/4.3.4.1/Seam/Seam_Reference_Guide/en-US/Jbpm.xml
===================================================================
--- projects/docs/enterprise/4.3.4.1/Seam/Seam_Reference_Guide/en-US/Jbpm.xml	2009-01-28 03:37:05 UTC (rev 83538)
+++ projects/docs/enterprise/4.3.4.1/Seam/Seam_Reference_Guide/en-US/Jbpm.xml	2009-01-28 05:24:46 UTC (rev 83539)
@@ -454,9 +454,8 @@
             The <literal>view-id</literal> is the JSF view id. The <literal>&lt;redirect/&gt;</literal>
             element has the same effect as <literal>&lt;redirect/&gt;</literal> in a 
             JSF navigation rule: namely, a post-then-redirect behavior, to overcome problems
-            with the browser's refresh button. (Note that Seam propagates conversation contexts
-            over these browser redirects. So there is no need for a Ruby on Rails style "flash"
-            construct in Seam!)
+            with the browser's refresh button (note that Seam propagates conversation contexts
+            over these browser redirects).
         </para>
         
         <para>

Modified: projects/docs/enterprise/4.3.4.1/Seam/Seam_Reference_Guide/en-US/Tutorial.xml
===================================================================
--- projects/docs/enterprise/4.3.4.1/Seam/Seam_Reference_Guide/en-US/Tutorial.xml	2009-01-28 03:37:05 UTC (rev 83538)
+++ projects/docs/enterprise/4.3.4.1/Seam/Seam_Reference_Guide/en-US/Tutorial.xml	2009-01-28 05:24:46 UTC (rev 83539)
@@ -877,7 +877,7 @@
                                         <literal>List</literal> element that corresponded to the clicked link. </para>
                            
                                 <para> The <literal>@Out</literal> annotation then exposes the selected value directly
-                                    to the page. So ever time a row of the clickable list is selected, the
+                                    to the page. So every time a row of the clickable list is selected, the
                                         <literal>Message</literal> is injected to the attribute of the stateful bean,
                                     and the result is subsequently <emphasis>passed</emphasis> into the event context variable
                                     named <literal>message</literal>. </para>




More information about the jboss-cvs-commits mailing list