Hi!

First of all, normally I have junit tests that validate the
functionality for me for regression purposes.

>  Suppose the user does:
>
> queue(new TextField(...))
>
> which will work perfectly fine, but they meant to do (to enforce "security"):
>
> someSubComponent.queue(new TextField(...))
>
> Now, since security is not enforced the "designer" has the freedom to
> move stuff around and royally hose things up.

Yes, if you are unsure, you should use add() to make sure. You get
that extra security with that extra effort, if you want.

**
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