[seam-commits] Seam SVN: r12514 - modules/faces/trunk/docs/reference/src/main/docbook/en-US.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Apr 16 07:12:50 EDT 2010
Author: nickarls
Date: 2010-04-16 07:12:49 -0400 (Fri, 16 Apr 2010)
New Revision: 12514
Modified:
modules/faces/trunk/docs/reference/src/main/docbook/en-US/events.xml
Log:
doc update
Modified: modules/faces/trunk/docs/reference/src/main/docbook/en-US/events.xml
===================================================================
--- modules/faces/trunk/docs/reference/src/main/docbook/en-US/events.xml 2010-04-16 11:05:25 UTC (rev 12513)
+++ modules/faces/trunk/docs/reference/src/main/docbook/en-US/events.xml 2010-04-16 11:12:49 UTC (rev 12514)
@@ -230,11 +230,6 @@
<entry>Before a view has been rendered</entry>
</row>
<row>
- <entry>PreRenderViewEvent</entry>
- <entry>component</entry>
- <entry>Before a view has been rendered</entry>
- </row>
- <row>
<entry>PreValidateEvent</entry>
<entry>component</entry>
<entry>Before a component has been validated</entry>
@@ -267,7 +262,9 @@
</tbody>
</tgroup>
</informaltable>
- There is only one qualifier, <literal>@Component</literal> that can be used with component events by specifying the component ID
+ There is only one qualifier, <literal>@Component</literal> that can be used with component events by specifying the component ID. Note that
+ view-centric component events <literal>PreRenderViewEvent</literal>, <literal>PostConstructViewMapEvent</literal> and
+ <literal>PreDestroyViewMapEvent</literal> do not fire with the <literal>@Component</literal> qualifier.
<programlisting role="Java">
public void observePrePasswordValidation(@Observes @Component("form:password") PreValidateEvent e)
{
More information about the seam-commits
mailing list