if (useBean())
setId(null); // Id has already be used for componentBean
// Render Tag
HtmlTagDictionary dic = HtmlTagDictionary.getInstance();
HtmlWriter w = new HtmlWriter(pageContext.getOut());
HtmlTag wrapTag = w.startTag( dic.FormPartWrapperTag());
addStandardAttributes(wrapTag, dic.FormPartWrapperClass());
wrapTag.addAttributes(dic.FormPartWrapperAttributes());
wrapTag.beginBody(true);
}
// do Start