The composite component approach addresses migration of "rich:spacer" tags in .xhtml pages to RichFaces 4.
But we also have custom component using HtmlSpacer like this:
HtmlSpacer spacer = new HtmlSpacer();
spacer.setWidth("20");
How can it be migrated to RichFaces 4?