Author: chukhutsina
Date: 2009-05-06 11:51:49 -0400 (Wed, 06 May 2009)
New Revision: 15081
Modified:
trunk/jsf/docs/jsf_tools_tutorial/en/modules/jsp_view_files.xml
Log:
<html><head><meta name="qrichtext" content="1"
/></head><body style="font-size:9pt;font-family:Sans Serif">
<
p>https://jira.jboss.org/jira/browse/JBDS-652 - Code patterns in text .All
out-of-date listings were replaced with up-to-date ones <span
style="font-family:Courier New">.</span></p>
</body></html>
Modified: trunk/jsf/docs/jsf_tools_tutorial/en/modules/jsp_view_files.xml
===================================================================
--- trunk/jsf/docs/jsf_tools_tutorial/en/modules/jsp_view_files.xml 2009-05-06 15:18:25
UTC (rev 15080)
+++ trunk/jsf/docs/jsf_tools_tutorial/en/modules/jsp_view_files.xml 2009-05-06 15:51:49
UTC (rev 15081)
@@ -155,7 +155,7 @@
<body>
<f:view>
<h:form id="greeting">
-<para>Please enter a name:</para>
+Please enter name:
<h:inputText id="name" value="#{personBean.name}"/>
<h:commandButton value=" Say Hello " action="greeting"/>
</h:form>