%@ page contentType="text/html"%> <%@ page import="parati.*,java.sql.*,java.util.*, java.text.*"%> <% Noticia noticiacorrente=null; try {noticiacorrente=new Noticia(new Long(request.getParameter("not_cd")).longValue());} catch (Exception pr) {noticiacorrente=null;} %>
|
|||||||||||||||||||||||||