Author: manaRH
Date: 2010-02-04 13:36:58 -0500 (Thu, 04 Feb 2010)
New Revision: 12012
Modified:
branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Events.xml
Log:
JBSEAM-4495 - warning about implicit navigation in JSF 2
Modified: branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Events.xml
===================================================================
--- branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Events.xml 2010-02-04
18:23:13 UTC (rev 12011)
+++ branches/community/Seam_2_2/doc/Seam_Reference_Guide/en-US/Events.xml 2010-02-04
18:36:58 UTC (rev 12012)
@@ -606,6 +606,13 @@
</page>]]></programlisting>
+ <warning> In case you are using JSF RI 2,
+ you have to define navigation rule for each of the possible
+ non-null outcome values from a page action, or else implicit navigation
+ is going to render. It is annoying, hopefully will be fixed in the next
+ maintenance version release of JSF 2.
+ </warning>
+
<para>
The view-id may be given as a JSF EL expression:
</para>