*/
private String determineWicketNamespace(final ComponentTag tag)
{
// For all tags attributes
final IValueMap attributes = tag.getAttributes();
final Iterator<Map.Entry<String, Object>> it = attributes.entrySet().iterator();
while (it.hasNext())
{
final Map.Entry<String, Object> entry = it.next();
// Find attributes with namespace "xmlns"