Author: smukhina
Date: 2007-12-14 10:50:52 -0500 (Fri, 14 Dec 2007)
New Revision: 5319
Modified:
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/business_application.xml
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/gsg_jsf.xml
Log:
incorrect symbols are fixed
Modified:
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/business_application.xml
===================================================================
---
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/business_application.xml 2007-12-14
15:49:02 UTC (rev 5318)
+++
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/business_application.xml 2007-12-14
15:50:52 UTC (rev 5319)
@@ -261,7 +261,7 @@
<title>Associate process nodes with Java code</title>
<para>With the business process in the designer, we can now associate each node
with Java code.
The Java code is executed when the node is reached in the process, and the Java code
determines
- the outcome of each node – hence the next node in the process.</para>
+ the outcome of each node hence the next node in the process.</para>
<para>Let's go through the exercise for the "Check
Inventory" node first.</para>
<orderedlist>
<listitem>Right click on the "Check Inventory" node in the
designer and select <emphasis><property>Add
Modified: trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/gsg_jsf.xml
===================================================================
---
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/gsg_jsf.xml 2007-12-14
15:49:02 UTC (rev 5318)
+++
trunk/documentation/guides/userguide/Legacy-jsf-struts/en/modules/gsg_jsf.xml 2007-12-14
15:50:52 UTC (rev 5319)
@@ -878,7 +878,7 @@
</body>
</html>
]]></programlisting>
-<para>The <emphasis
role="italic"><property>"binding"</property></emphasis>
attribute of our component refers to the “ticker” property of the backing bean.
+<para>The <emphasis
role="italic"><property>"binding"</property></emphasis>
attribute of our component refers to the ticker property of the backing bean.
The buttons <emphasis
role="italic"><property>"action"</property></emphasis>
attribute calls the corresponding method.</para>
<para>We are done with step 5. When you launch your application you can see our
fancy box and
two buttons above them. Click the "Turn Off" button and the box
disappears, click the "Turn
Show replies by date