the queue() method is there in addition to add(), so you dont have to
use it. yes, it is riskier to use under some circumstances because it
is more forgiving then add() - but thats the point i think.

-igor

On Tue, Nov 9, 2010 at 9:41 AM, James Carman <ja...@carmanconsulting.com> wrote:
> On Tue, Nov 9, 2010 at 12:38 PM, Martin Makundi
> <martin.maku...@koodaripalvelut.com> wrote:
>>
>> You will get an exception if you queue explicitly to the wrong
>> component. If you don't care about the parent component, it 's their
>> choie (good or bad) ;)
>>
>
> You're not understanding what I'm saying.  I'm saying they're not
> consciously making a *choice*; they're queueing the component to the
> wrong parent on accident, but they aren't getting an exception.  This
> can lead to problems later on.
>
> ---------------------------------------------------------------------
> 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