Author: manaRH
Date: 2012-09-20 08:26:26 -0400 (Thu, 20 Sep 2012)
New Revision: 15154
Modified:
branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/MigrationGuide.xml
Log:
JBSEAM-4878 replaced "may" with "has to"
Modified:
branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/MigrationGuide.xml
===================================================================
---
branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/MigrationGuide.xml 2012-09-20
12:01:01 UTC (rev 15153)
+++
branches/community/Seam_2_3/seam-reference-guide/src/docbook/en-US/MigrationGuide.xml 2012-09-20
12:26:26 UTC (rev 15154)
@@ -163,7 +163,7 @@
<para>In facelet templates there are required to convert
<literal><head></literal>/<literal><body></literal>
tags to
<literal>><h:head></literal>/<literal><h:body></literal>respectively.</para>
- <para>Depending on what JSF components that you use like Richfaces or
Icefaces, there may be some differences when upgrading from JSF 1.x to JSF 2.x. You may
need to upgrade libraries entirely. Consult any component framework documentation on those
changes. This migration doesn't cover these migration steps.</para>
+ <para>Depending on what JSF components that you use like Richfaces or
Icefaces, there has to be some differences when upgrading from JSF 1.x to JSF 2.x. You may
need to upgrade libraries entirely. Consult any component framework documentation on those
changes. This migration doesn't cover these migration steps.</para>
</section>
<section id="jpa2">