Ejemplo n.º 1
0
 public void init() {
   if (id != 0) {
     Document d = documentService.getById(id);
     title = d.getTitle();
     documentType = d.getDocType().getId() + "";
   }
 }