.setDictionaryItemValue(dictionaryItemValue);
/* All parameters specified, proceed with dictionary item change */
ProcessToolRegistry registry = (ProcessToolRegistry) getServletContext().getAttribute(ProcessToolRegistry.class.getName());
DictionaryHelpChanger helpChanger = new DictionaryHelpChanger(registry);
helpChanger.changeDictionaryHelp(dictionaryChangeRequest);
}
catch(Exception ex)
{
out.write("Problem during processing request");
out.write(ex.getMessage());