SEC-947: Added clarification to docs that FIRST and LAST should be used with position attribute

This commit is contained in:
Luke Taylor 2008-08-05 23:24:49 +00:00
parent 1c9c8f0883
commit fbeb47d559
1 changed files with 2 additions and 2 deletions

View File

@ -552,8 +552,8 @@
</beans:bean> </beans:bean>
]]></programlisting> ]]></programlisting>
You can also use the <literal>after</literal> or <literal>before</literal> attribtues if you want your filter You can also use the <literal>after</literal> or <literal>before</literal> attribtues if you want your filter
to be inserted before or after another filter in the stack. The names "FIRST" and "LAST" can be used to indicate to be inserted before or after another filter in the stack. The names "FIRST" and "LAST" can be used with the
that you want your filter to appear before or after the entire stack, respectively. <literal>position</literal> attribute to indicate that you want your filter to appear before or after the entire stack, respectively.
</para> </para>
<tip> <tip>
<title>Avoiding filter position conflicts</title> <title>Avoiding filter position conflicts</title>