> That's what happens in "code" not markup.  You could potentially
> change what gets edited by the form merely by moving fields around in
> the markup.

With compoundpropertymodels yes if you don't restrict components
inside a form this can happen. For good or for bad.

For security reasons in general, you might want to use:

formA.queue(formAstuff);
formB.queue(formBstuff);

**
Martin

>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to