Hi, While making some changes to AbstractPartialPageRequestHandler I noticed that there is a check that the added components have outputting their markup ID enabled. But this check is only done in add(Component... components), and not in add(Component component, String markupId).
Is there any reason for this? Or is it better to move the check to the latter method, as this one gets called by the former? Regards, Johan
