if (!isFirstChild)
{
// render the separator
if (_separatorIcon != null)
{
RenderingContext arc = RenderingContext.getCurrentInstance();
FacesContext fContext = context.getFacesContext();
OutputUtils.renderIcon(fContext, arc, _separatorIcon, "", null);
}
// and render everything that goes after the previous link.