Community
Participate
Working Groups
I wrote this in JSP file : <%@ page language="java" %> <%@ page import="java.sql.*,java.util.*,modula.algorithme.*,org.coin.fr.bean.*,org.coin.bean.*,modula.*,modula.marche.*" %> <% int iIdMarche = -1; if (request.getParameter("iIdAffaire") != null) iIdMarche = Integer.parseInt(request.getParameter("iIdAffaire")); if(iIdMarche == -1) { %><body>Affaire inconnue</body></html><% return; } Marche marche = Marche.getMarche(iIdMarche); //TODO: on a dit kon pouvait se porter candidat hors delais /* boolean bIsCandidaturesCloses= false; try { bIsCandidaturesCloses = marche.isCandidaturesCloses(); } catch(Exception e){} .... and I have put a TODO tag. => the TODO tag is not visible in "tasks list" but find in "problems list" Severity Description Resource In Folder Location Creation Time 0 TODO : on a dit kon pouvait se porter candidat hors delais demanderCandidature.jsp modula_wtp07/WebContent/publisher_traitement/private/candidat line 24 20 août 2005 20:32:02
Created attachment 27111 [details] Eclipse Log My Eclipse log
Nitin, have we simply not transitioned to some new marker type?
*** This bug has been marked as a duplicate of 71558 ***
This is part of a mass update to close out all stale WTP bugs which are in the resolved state without an appropriate targeted version. If you feel this bug was closed inappropriately, please reopen.