|
|
@ -688,7 +688,6 @@ public class FascicoloFePortlet extends MVCPortlet { |
|
|
|
response.sendRedirect(successURL); |
|
|
|
response.sendRedirect(successURL); |
|
|
|
} else if ("domanda".equalsIgnoreCase(cmd)) { |
|
|
|
} else if ("domanda".equalsIgnoreCase(cmd)) { |
|
|
|
saveDatiDettPratica(dettPraticaId, request, response); |
|
|
|
saveDatiDettPratica(dettPraticaId, request, response); |
|
|
|
|
|
|
|
|
|
|
|
} else { |
|
|
|
} else { |
|
|
|
throw new SystemException("operazione non gestita (" + cmd + StringPool.CLOSE_PARENTHESIS); |
|
|
|
throw new SystemException("operazione non gestita (" + cmd + StringPool.CLOSE_PARENTHESIS); |
|
|
|
} |
|
|
|
} |
|
|
|