Author: smukhina
Date: 2007-07-10 04:33:08 -0400 (Tue, 10 Jul 2007)
New Revision: 1570
Modified:
trunk/docs/ajaxguide/en/src/main/docbook/included/mediaOutput.xml
Log:
http://jira.jboss.com/jira/browse/RF-436
Modified: trunk/docs/ajaxguide/en/src/main/docbook/included/mediaOutput.xml
===================================================================
--- trunk/docs/ajaxguide/en/src/main/docbook/included/mediaOutput.xml 2007-07-10 08:30:40
UTC (rev 1569)
+++ trunk/docs/ajaxguide/en/src/main/docbook/included/mediaOutput.xml 2007-07-10 08:33:08
UTC (rev 1570)
@@ -68,7 +68,7 @@
<para>As it was shown in the example above there are two main
components:</para>
<itemizedlist>
<listitem>
- createContent specifies a method accepting 2 parameters. The first (of
java.io.OutputStream type) defines a stream, where any binary data is output. The second
(of java.lang.Object type) contains deserialized object with data specified in the
<emphasis role="italic">
+ createContent specifies a method accepting 2 parameters. The first (of
java.io.OutputStream type) defines a stream, where any binary data is output. The second
(of java.lang.Object type) contains deserialized object with data specified in the
<emphasis >
<property>"value"</property>
</emphasis> attribute.
</listitem>