Author: pete.muir(a)jboss.org
Date: 2009-04-06 16:28:30 -0400 (Mon, 06 Apr 2009)
New Revision: 10313
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Conversations.xml
trunk/doc/Seam_Reference_Guide/en-US/Tutorial.xml
Log:
JBSEAM-4084
Modified: trunk/doc/Seam_Reference_Guide/en-US/Conversations.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Conversations.xml 2009-04-06 20:16:40 UTC (rev
10312)
+++ trunk/doc/Seam_Reference_Guide/en-US/Conversations.xml 2009-04-06 20:28:30 UTC (rev
10313)
@@ -526,7 +526,7 @@
pageflow="EditDocument"/>]]></programlisting>
<para>
- The <literal>taskInstance</literal> attribute if for use in jBPM
task lists:
+ The <literal>taskInstance</literal> attribute is for use in jBPM
task lists:
</para>
<programlisting role="XHTML"><![CDATA[<s:link
action="#{documentApproval.approveOrReject}"
taskInstance="#{task}"/>]]></programlisting>
Modified: trunk/doc/Seam_Reference_Guide/en-US/Tutorial.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Tutorial.xml 2009-04-06 20:16:40 UTC (rev 10312)
+++ trunk/doc/Seam_Reference_Guide/en-US/Tutorial.xml 2009-04-06 20:28:30 UTC (rev 10313)
@@ -2722,7 +2722,7 @@
</programlistingco>
</example>
- <para>When we being a nested conversation it is pushed onto the
conversation stack. In the <varname>nestedbooking</varname>
+ <para>When we begin a nested conversation it is pushed onto the
conversation stack. In the <varname>nestedbooking</varname>
example, the conversation stack consists of the outer long-running conversation (the
booking) and each of the nested conversations (room
selections).</para>
Show replies by date