Author: afedosik
Date: 2007-09-13 11:42:02 -0400 (Thu, 13 Sep 2007)
New Revision: 2930
Modified:
trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml
Log:
source code fixing keepAlive
Modified: trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml 2007-09-13 15:18:16
UTC (rev 2929)
+++ trunk/docs/userguide/en/src/main/docbook/included/keepAlive.xml 2007-09-13 15:42:02
UTC (rev 2930)
@@ -70,8 +70,8 @@
Note that the attribute 'beanName' must point to a legal jsf EL expression which
resolves to a managed mean instance. For example for
the above code the class definition may look like this:</para>
- <programlisting role="XML"><![CDATA[
-class MyClass{
+ <programlisting role="JAVA"><![CDATA[
+ class MyClass{
...
private TestBean testBean;
// Getters and Setters for testBean.
Show replies by date