Skip to content

Commit

Permalink
qualify JSF
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Nov 2, 2009
1 parent 51481ac commit 3dd2594
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions reference/en-US/intro.xml
Expand Up @@ -484,8 +484,8 @@ public class ShoppingCart { ... }]]></programlisting>
<title>EL name</title>

<para>
If you want to reference a bean outside of Java, such as in JSF view, you must assign the bean a
<emphasis>name</emphasis>. The name is used as the EL name of the bean, allowing the bean to be used
If you want to reference a bean outside of Java, such as in JavaServer Faces (JSF) view, you must assign the
bean a <emphasis>name</emphasis>. The name is used as the EL name of the bean, allowing the bean to be used
in a Unified EL expression.
</para>

Expand Down Expand Up @@ -643,7 +643,7 @@ public class ShoppingCart { ... }]]></programlisting>
</listitem>
<listitem>
<para>
It is not annotated with an EJB component-defining annotation or declared as an EJB bean class in
It is neither annotated with an EJB component-defining annotation or declared as an EJB bean class in
ejb-jar.xml.
</para>
</listitem>
Expand Down
2 changes: 1 addition & 1 deletion reference/en-US/part1.xml
Expand Up @@ -54,7 +54,7 @@ tainer, for example, alternative web presentation technologies.

<itemizedlist>
<listitem>
<para>all Managed Beans (JavaBeans), including JSF managed beans,</para>
<para>all Managed Beans (JavaBeans), including JavaServer Faces (JSF) managed beans,</para>
</listitem>
<listitem>
<para>all Enterprise JavaBeans (EJBs), and</para>
Expand Down

0 comments on commit 3dd2594

Please sign in to comment.