* Initialize the FCKeditor container and set attributes
*
* @return EVAL_BODY_BUFFERED
*/
public int doStartTag() throws JspException {
fcked=new FCKeditor((HttpServletRequest)pageContext.getRequest(),id);
if(toolbarSet!=null)
fcked.setToolbarSet(toolbarSet);
if(basePath!=null)
fcked.setBasePath(basePath);
if(width!=null)