Author: sabrashevich
Date: 2007-11-06 02:49:01 -0500 (Tue, 06 Nov 2007)
New Revision: 4729
Modified:
trunk/seam/docs/SeamToolsRef/reference/en/modules/DevelopAsimpleJSPWebApplication.xml
Log:
http://jira.jboss.com/jira/browse/RHDS-283 error is fixed in jsp scriptlet
Modified:
trunk/seam/docs/SeamToolsRef/reference/en/modules/DevelopAsimpleJSPWebApplication.xml
===================================================================
---
trunk/seam/docs/SeamToolsRef/reference/en/modules/DevelopAsimpleJSPWebApplication.xml 2007-11-06
07:42:41 UTC (rev 4728)
+++
trunk/seam/docs/SeamToolsRef/reference/en/modules/DevelopAsimpleJSPWebApplication.xml 2007-11-06
07:49:01 UTC (rev 4729)
@@ -72,7 +72,7 @@
<listitem><para>Insert this line inside the <emphasis
role="bold"><property><body></property></emphasis><emphasis
role="bold"><property></body></property></emphasis>
tag:
</para></listitem>
</itemizedlist>
-<programlisting role="XML"><![CDATA[<% out.println("Hello
World!"); %>]]>
+<programlisting role="XML"><![CDATA[<%
System.out.println("Hello World!"); %>]]>
</programlisting>
<para>Notice that content assist functionality is always available when you are
typing:</para>