Author: irooskov(a)redhat.com
Date: 2011-03-17 22:45:15 -0400 (Thu, 17 Mar 2011)
New Revision: 29903
Modified:
trunk/struts/docs/struts_tools_tutorial/en-US/struts_application.xml
Log:
updated to fix error with programlisting using cdata tags
Modified: trunk/struts/docs/struts_tools_tutorial/en-US/struts_application.xml
===================================================================
--- trunk/struts/docs/struts_tools_tutorial/en-US/struts_application.xml 2011-03-18
00:58:53 UTC (rev 29902)
+++ trunk/struts/docs/struts_tools_tutorial/en-US/struts_application.xml 2011-03-18
02:45:15 UTC (rev 29903)
@@ -177,7 +177,7 @@
<para>
The <emphasis><property
moreinfo="none">inputname.jsp</property></emphasis> file needs to
be populated with some template code. Click on the <emphasis> <property
moreinfo="none">inputname.jsp</property> </emphasis> page in the
<property moreinfo="none">Web Projects view</property>, and then
modify the file so it looks like this:
<programlisting>
-<![CDATA[<%@ taglib uri="/WEB-INF/struts-html"
prefix="html" %>
+<%@ taglib uri="/WEB-INF/struts-html"
prefix="html" %>
<html:html>
<head>
<title></title>
@@ -186,7 +186,7 @@
<html:form action="">
</html:form>
</body>
-</html:html>]]>
+</html:html>
</programlisting>
</para>
</section>
Show replies by date