Skip to content

Commit

Permalink
Add note about virtual component replaced by forms in [compose].
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Jul 12, 2010
1 parent ea0a641 commit 8adc148
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions guides/wellwell.xml
Expand Up @@ -455,10 +455,16 @@ check because they are evaluated earlier, during autoload routine.
forms.wishlist_add.name="wishlist_add"
/]
</programlisting>

<para>
&nbsp;
In this example <literal>product_info</literal> refers to an existing
component, while <literal>wishlist_add</literal> can be seen as virtual
component which will be replace by the form specified in the second
parameter of &tag-compose;.
</para>

<note><para>
Forms without matching virtual component will be ignored.
</para></note>

<section>
<title>Form parts</title>
Expand Down

0 comments on commit 8adc148

Please sign in to comment.