pathVote = "poll/ " + isEmbedded + "banned";
} else {
// Item id is poll id
if (itemId == null) {
// Exception musst be removed.
throw new EnMePollNotFoundException("poll id has not been found");
// if answer id is null return the request
} else if (responseId == null) {
//poll = getPollService().getPollById(itemId);
poll = getPollService().getPollByAnswerId(itemId, responseId, null);
model.addAttribute("poll", ConvertDomainBean.convertPollDomainToBean(poll));