On 6/26/07, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:


> I have a suggestion if you don't mind. Right now the container's
> add(id, component) method is very confusing because it is
> essentially a "set" method. Will you consider renaming it in future?
>
> which container has add(id, component) ?

I meant MarkupContainer add(Component);


set() implies that there is only one component - which is not true. add is
more aappropriate. also because you can remove/replace components 'add'
works better because it fits nicely into add/replace/remove metaphor.

-igor


Regards,

Slava Imeshev

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to