*/
public class StylesNewAction extends ConfigAction {
public ActionForward execute(ActionMapping mapping, ActionForm form,
UserContainer user, HttpServletRequest request, HttpServletResponse response)
throws IOException, ServletException {
StylesNewForm newForm = (StylesNewForm) form;
final String styleID = newForm.getStyleID();
DataConfig config = getDataConfig();
if( config.getStyles().containsKey( styleID ) ){
ActionErrors errors = new ActionErrors();
errors.add("selectedStyle",