[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r177 - trunk/docs/userguide/en/included.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Sat May 5 13:54:07 EDT 2007


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>




More information about the ajax4jsf-svn-commits mailing list