Author: vkukharchuk
Date: 2007-05-05 13:54:07 -0400 (Sat, 05 May 2007)
New Revision: 177
Modified:
trunk/docs/userguide/en/included/loadStyle.xml
Log:
Modified: trunk/docs/userguide/en/included/loadStyle.xml
===================================================================
--- trunk/docs/userguide/en/included/loadStyle.xml 2007-05-05 17:20:48 UTC (rev 176)
+++ trunk/docs/userguide/en/included/loadStyle.xml 2007-05-05 17:54:07 UTC (rev 177)
@@ -41,7 +41,7 @@
<title>Dynamical creation of a component from Java code</title>
<programlisting role="JAVA"><![CDATA[import
org.ajax4jsf.ajax.html.HtmlLoadStyle;
...
-html.HtmlLoadScript myStyle = new org.ajax4jsf.ajax.html.HtmlLoadStyle();
+HtmlLoadScript myStyle = new HtmlLoadStyle();
...
]]></programlisting>
</section>