[seam-commits] Seam SVN: r9338 - trunk/doc/Seam_Reference_Guide/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Oct 15 07:25:19 EDT 2008
Author: pete.muir at jboss.org
Date: 2008-10-15 07:25:19 -0400 (Wed, 15 Oct 2008)
New Revision: 9338
Modified:
trunk/doc/Seam_Reference_Guide/en-US/Conversations.xml
Log:
ws & add missing closing tag
Modified: trunk/doc/Seam_Reference_Guide/en-US/Conversations.xml
===================================================================
--- trunk/doc/Seam_Reference_Guide/en-US/Conversations.xml 2008-10-15 09:00:53 UTC (rev 9337)
+++ trunk/doc/Seam_Reference_Guide/en-US/Conversations.xml 2008-10-15 11:25:19 UTC (rev 9338)
@@ -238,28 +238,33 @@
are obtained by reference, changes to the objects themselves
will be reflected in the outer context.
</para>
-
+
<itemizedlist>
- <listitem>
- <para>Nesting a conversation through initializes a context that is
- stacked on the context of the original, or outer, conversation.
- The outer conversation is considered the parent.
- </para>
- </listitem>
- <listitem>
- <para>Any values outjected or directly set into the nested
- conversation’s context do not affect the objects accessible in
- the parent conversation’s context.</para>
- </listitem>
- <listitem>
- <para>Injection or a context lookup from the conversation context
- will first lookup the value in the current conversation context and,
- if no value is found, will proceed down the conversation stack if the
- conversation is nested. As you will see in moment, this behavior
- can be overriden.
- </listitem>
+ <listitem>
+ <para>
+ Nesting a conversation through initializes a context that is
+ stacked on the context of the original, or outer, conversation.
+ The outer conversation is considered the parent.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Any values outjected or directly set into the nested
+ conversation’s context do not affect the objects accessible in
+ the parent conversation’s context.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Injection or a context lookup from the conversation context
+ will first lookup the value in the current conversation context
+ and, if no value is found, will proceed down the conversation
+ stack if the conversation is nested. As you will see in moment,
+ this behavior can be overriden.
+ </para>
+ </listitem>
</itemizedlist>
-
+
<para>
When an <literal>@End</literal> is subsequently encountered,
the nested conversation will be destroyed, and the outer
More information about the seam-commits
mailing list