@Override
 public Object newCommand(PortletRequest request) throws Exception {
   HomeForm form = (HomeForm) super.createCommand();
   form.setEditor(true);
   form.setOwner(true);
   form.setSubscriber(true);
   return form;
 }