<%-- ////////////////////////////////////////////////////////////////////// // Source File : displayTags.jsp //------------------------------------------------------------------// // Author : Ricke Dauth // Date : Jan 14, 2004 // Abstract : Displays selected properties as well as links allowing // update/delete/display details for all problemlot records. //------------------------------------------------------------------// // Revision History : // Month Day, Year : ////////////////////////////////////////////////////////////////////// --%> <%@ taglib uri="/WEB-INF/dlTagLib.tld" prefix="dl" %> <%@ taglib uri="/WEB-INF/ssTagLib.tld" prefix="ss" %> <%@ page language="java" %> <%@ page import="java.util.*" %> <%@ page import="java.lang.String.*" %> <%@ page import="com.ti.ffw.Libs.MiscLib.*" %> <% int max = 30; int noOfRows = Integer.parseInt((String)session.getAttribute("noOfRows")); String countStr = (String) request.getParameter("count"); int count; if (countStr == null) count = 0; else count = Integer.parseInt(countStr); int startindex = count * max; int endindex = startindex + max; if (endindex > noOfRows) endindex = noOfRows; pageContext.setAttribute("startindex", startindex+""); pageContext.setAttribute("endindex", endindex+""); count++; %> Problemlot DB
Problemlot DB - 
Display details
Update
Delete
Lotnr Device Family Category Problem Decision Related lots
&w20=false&jspURL=displayLotDetails.jsp">
Display details
&jspURL=updateCriteria.jsp">
Update
&delAll=true&jspURL=deleteConfirm.jsp">
Delete
      &errorcode=&error=&error2=">  &decisioncode=&decision=&decision2=">   
<%if (noOfRows > endindex) { %>
<%if (noOfRows < (endindex+max)) {%> Display next <%=(noOfRows-endindex)%> records <%} else {%> Display next <%=max%> records <% } %> <%}%> ----- Classpath: --------------------------------------------- bootPath: ClassPath[] classPath: ClassPath[] sourcePath: ClassPath[Entry[file:/C:/home/a0796942/projects/plot/qra/problemlot/webapp/]] ----- Original exception --------------------------------------------- java.util.ConcurrentModificationException at java.util.IdentityHashMap$IdentityHashMapIterator.nextIndex(IdentityHashMap.java:715) at java.util.IdentityHashMap$KeyIterator.next(IdentityHashMap.java:804) at org.netbeans.modules.timers.InstanceWatcher.contains(InstanceWatcher.java:78) at org.netbeans.modules.timers.InstanceWatcher.add(InstanceWatcher.java:72) at org.netbeans.modules.timers.TimesCollectorPeer$ObjectCountDescripton.add(TimesCollectorPeer.java:214) at org.netbeans.modules.timers.TimesCollectorPeer$ObjectCountDescripton.access$000(TimesCollectorPeer.java:189) at org.netbeans.modules.timers.TimesCollectorPeer.reportReference(TimesCollectorPeer.java:104) at org.netbeans.modules.timers.Install$TimerHandler.publish(Install.java:114) at java.util.logging.Logger.log(Logger.java:472) at org.netbeans.modules.css.gsf.CSSGSFParser.parseFiles(CSSGSFParser.java:135) at org.netbeans.napi.gsfret.source.Source.moveToPhase(Source.java:1011) at org.netbeans.napi.gsfret.source.CompilationController.toPhase(CompilationController.java:112) at org.netbeans.modules.gsf.GsfTaskProvider$Work$1.run(GsfTaskProvider.java:320) at org.netbeans.modules.gsf.GsfTaskProvider$Work$1.run(GsfTaskProvider.java:316) at org.netbeans.napi.gsfret.source.Source.runUserActionTask(Source.java:485) at org.netbeans.modules.gsf.GsfTaskProvider$Work.refreshFile(GsfTaskProvider.java:389) at org.netbeans.modules.gsf.GsfTaskProvider$Work.refreshFile(GsfTaskProvider.java:267) at org.netbeans.modules.gsf.GsfTaskProvider$Work.run(GsfTaskProvider.java:247) at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572) at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)