estou com problemas neste código!!
<%
int id = Integer.parseInt((String) request.getParameter(“id”));
Usuario usuario = GerenciadorUsuario.pegarUsuario(id);
Tarefa tarefa = GerenciadorTarefa.pegarTarefa(id);
if( (usuario != null) && (tarefa != null)) {
%>