//
// Constructor
//
////////////////////////////////////////////////////////////////////////////
public GridElement(ComponentDescription description, DocumentElement element) throws Exception {
super(GridInfo.this.getContext(), description, new TagCreationSupport(element));
}