throw new TracException(MessageUtils.getMessage("core.parameter.not.found", "wikiPage.content", this.getClass().getName()));
}
MultiParameter multiParameter = new MultiParameter();
multiParameter.addParameter(name);
multiParameter.addParameter(content);
Hashtable attributes = new Hashtable();
String comment = wikiPage.getComment();
if(comment != null && !comment.trim().equals("")){
attributes.put(WikiKeys.COMMENT, comment);