if (title.length() == 0) {
hasTitle = false;
title = getItemDescription(item.getDescription());
}
//#ifdef DTEST
m_itemForm = new PromptForm( this, title );
//#else
m_itemForm = new Form( title );
//#endif
final boolean pageEnabled = m_appSettings.getPageEnabled();
final boolean htmlEnabled = m_appSettings.getHtmlEnabled();