return mapping.findForward("notSent");
}
SmsTextValidator.checkForValidLatin1AndSmsAllowingPlaceholders(smsSendForm.getMessage(), locale);
SmsSourceAddress fromAddress = new SmsSourceAddress(sender, webUser);
Long userSetId = smsSendForm.getUserSetId();
Long userId = smsSendForm.getUserId();
Set<User> users=null;
Integer destinationSelection = smsSendForm.getDestinationSelection();