How do I debug scriptlet code?

Hi,
My code crashes everytime I submit to the page below which as you can tell is a mix of scriptlet code and html (not the best design but that's what I inherited). When I put a breakpoint where it says [breakpoint] (for illustrative purposes), save the file and run the app (it's a JSF webapp) in 10.1.3 debugger, the breakpoint is never hit even though the code is undoubtedly being executed. Any ideas on why this is?
Thanks
<%@ page import="java.sql.*,java.util.*" errorPage="error.jsp"  %>
<%@ page import="com.cde.fedapp.EmpStatus.*,com.cde.fedapp.PrincipalLevel.*"%>
<%@ page import="com.cde.fedapp.common.*,com.cde.fedapp.contract.*"%>
<%@ page import="com.cde.fedapp.TeachSub.*,com.cde.fedapp.AdminArea.*"%>
<%@ page import="com.cde.fedapp.District.*,com.cde.fedapp.JobClassl.*"%>
<jsp:useBean id="user" class="com.uisecurity.User" scope="session"/>
<jsp:useBean id="staff" class="com.cde.fedapp.staff.StaffVO" scope="request"/>
<jsp:useBean id="ods" class="oracle.jdbc.pool.OracleDataSource" scope="application" />
<jsp:useBean id="staffHelper" class="com.cde.fedapp.staff.StaffHelper" scope="session"/>
<!-- addStaffRecord.jsp -->
<%--=============================================================================
--               Fed App - Add Staff Page
-- Type:         Dynamic Java Server Pages (JSP) Document
-- Name:         addStaffRecord.jsp
-- Installation: Colorado Department of Education (CDE) - IMS      
-- Author:       Eldirdiri Abueldahab (Dee)
-- Date:         September 5, 2007
-- Summary:      This is the add staff page. FedApp application is implementing the
                 Composite View Pattern. Each page has a menu, header and footer.
                 Refere to http://java.sun.com/blueprints/patterns/CompositeView.html
=============================================================================--%>
<%
[breakpoint]
  String fn = user.getFullName();
  String role = user.getRole();
  String agencyCode = user.getAgencyCode();
  String partbApprovalInd = user.getPARTB_APPROVAL_IND();
  String prescApprovalInd = user.getPRESC_APPROVAL_IND();
  if(fn == null ){
%>
    <jsp:forward page="login.jsp" /><%}
%>
<%
  Connection conn = null;
  Page mypage = null;
  Page Principalpage=null;
  Page EmpStatuspage=null;
  Page Districtpage=null;
  Page Distpage=null;
  Page JobClasspage= null;
  Page TeachSubpage= null;
  Page AdminAreapage = null;
  Principalpage = staffHelper.getCurrentPrincipalpage();
  EmpStatuspage = staffHelper.getCurrentEmpStatuspage();
  Districtpage  = staffHelper.getCurrentExistingDistrictPage();
  Distpage      = staffHelper.getCurrentExistingDistPage();
  JobClasspage  = staffHelper.getCurrentJobClasspage();
  TeachSubpage  = staffHelper.getCurrentTeachSubpage();
  AdminAreapage = staffHelper.getCurrentAdminAreapage();
  String myTitle  = "Add End User Devices";
  String infoMessage = request.getParameter("infoMessage");
  String alertMessage = infoMessage;
  if(null==infoMessage){
    infoMessage = "";
  String m_ssn = null;
  String m_fname = null;
  String m_mname = null;
  String m_lname = null;
  String m_dist = null;
  String m_sal = null;
  String m_ben = null;
  String m_fte = null;
  String m_begmn = null;
  String m_endmn = null;
  String m_job = null;
  String m_sub = null;
  String m_adm = null;
  String m_princ = null;
  String m_stat = null;
  String contractInd = request.getParameter("contractInd");
  String holdValues = request.getParameter("holdValues");
   if(contractInd != null || holdValues != null){
  m_fname = request.getParameter("fname");
  m_mname = request.getParameter("mname");
  m_lname = request.getParameter("lname");
  m_dist = request.getParameter("dist");
  m_sal = request.getParameter("sal");
  m_ben = request.getParameter("ben");
  m_fte = request.getParameter("fte");
  m_begmn = request.getParameter("begmn");
  m_endmn = request.getParameter("endmn");
  m_job = request.getParameter("job");
  m_sub = request.getParameter("sub");
  m_adm = request.getParameter("adm");
  m_princ = request.getParameter("princ");
  m_stat = request.getParameter("stat");
  m_ssn = request.getParameter("ssn");
  if (m_ssn == null) m_ssn = "";
  if (m_fname == null) m_fname = "";
  if (m_mname == null) m_mname = "";
  if (m_lname == null) m_lname = "";
  if (m_dist == null) m_dist = "";
  if (m_sal == null) m_sal = "";
  if (m_ben == null) m_ben = "";
  if (m_fte == null) m_fte = "";
  if (m_begmn == null) m_begmn= "";
  if (m_endmn == null) m_endmn = "";
  if (m_job == null) m_job = "";
  if (m_sub == null) m_sub = "";
  if (m_adm == null) m_adm = "";
  if (m_princ == null) m_princ = "";
  if (m_stat == null) m_stat = "";
  if (contractInd== null) {
    m_stat = "";
    //.contractInd = "";
   boolean viewOnly = false;
   if(staff.getFundCode().equals("4027") && partbApprovalInd.equals("Y")) viewOnly = true;
   if(staff.getFundCode().equals("4173") && prescApprovalInd.equals("Y")) viewOnly = true;
%>
<html>
<head><title>Fed App - Adding New Staff Records</title>
<link href="edstyle.css" rel="stylesheet" type="text/css">
</head>
<body onload="sf()">
<SCRIPT LANGUAGE="JavaScript1.1" SRC="script/FormChek.js"></SCRIPT>
<SCRIPT LANGUAGE="javascript">
<!--
function sf() {
document.staffAdd.ssn.focus();
function ssnfoc(){
window.status = "Social Security Number is a unique number assigned to individual. It must be numeric (9 digits, no hyphens)."
function fnamefoc(){
window.status = "First Name is a name given to an individual at birth, baptism, or during another naming cermony, or through legal change."
function mnamefoc(){
window.status = "Middle Name is a secondary name given to an individual at birth, baptism, or during another naming cermony, or through legal change."
function lnamefoc(){
window.status = "Last Name is the name borne in common by members of a family."
function distfoc(){
window.status = "District/BOCES name is a unique name."
function subfoc(){
window.status = "Teaching Subject Area is a description of an area course for which an individual has the responsibilty to teach or to assist a teacher."
function jobfoc(){
window.status = "Job Classification is a description of the specific group of duties and responsibilities of a job classification."
function admfoc(){
window.status = "Administrator/Instructional Area is a description of the system outlining instructional or non-instructional activities."
function ftefoc(){
window.status = "For each person employed, report the total FTE for his/her special education assignment."
function salfoc(){
window.status = "For each person employed, report the total salary (excluding benefits) for his/her special education assignment."
function benfoc(){
window.status = "Enter the appropriat amount if the administrative unit uses federal funds to pay for benefits for this staff person."
function begmnthfoc(){
window.status = "Please report the beginning month the employee will be paid for services performed during school year."
function endmnthfoc(){
window.status = "Please report the ending month the employee will be paid for services performed during school year."
function princfoc(){
window.status = "Report the appropriate level of the person's assignment."
function statfoc(){
window.status = ""
function buttonClick(){
if(document.staffAdd.ssn.value=="") {
alert("Please Enter Social Security Number!");
document.staffAdd.ssn.focus();
return false; }else if(document.staffAdd.fname.value==""){
alert("Please Enter First Name!");
document.staffAdd.fname.focus();
return false; }else if(document.staffAdd.lname.value==""){
alert("Please Enter Last Name!");
document.staffAdd.lname.focus();
return false; }else if(document.staffAdd.dist.value==""){
alert("Please Select District/BOCES!");
document.staffAdd.dist.focus();
return false; }else if((document.staffAdd.fte.value=="") && (document.staffAdd.sal.value!="")){
alert("Please Enter FTE!");
document.staffAdd.fte.focus();
return false; }else if((document.staffAdd.fte.value!="") && (document.staffAdd.sal.value=="")){
alert("FTE must be blank if salary is blank!");
document.staffAdd.fte.focus();
return false; }else if(document.staffAdd.begmn.value==""){
alert("Please Select Begining Month!");
document.staffAdd.begmn.focus();
return false; }else if(document.staffAdd.endmn.value==""){
alert("Please Select Ending Month!");
document.staffAdd.endmn.focus();
return false; }else if(document.staffAdd.job.value==""){
alert("Please Enter Job Class Code!");
document.staffAdd.job.focus();
return false; }else if(document.staffAdd.sub.value=="" && (document.staffAdd.job.value=="202" || document.staffAdd.job.value=="416")){
alert("Please Enter Teaching Subject Area!");
//document.staffAdd.sub.focus();
return false; }else if(document.staffAdd.sub.value!="" && document.staffAdd.job.value!="202" && document.staffAdd.job.value!="416"){
alert("Teaching Subject Area must be null for this Job Classification Code! Please leave it at 'Select Teaching Subject Area'");
document.staffAdd.sub.focus();
return false; }else if((document.staffAdd.adm.value=="") && (document.staffAdd.job.value >= 100) && (document.staffAdd.job.value < 300)){
alert("Please Enter Adminstrator/Instructional Area!");
document.staffAdd.adm.focus();
return false; }else if(document.staffAdd.adm.value!="" && ((document.staffAdd.job.value < 100) || (document.staffAdd.job.value >= 300)) ){
alert("Adminstrator/Instructional Area must be null for this Job Classification Code! Please leave it at 'Select Adminstrator/Instructional Area'");
document.staffAdd.adm.focus();
return false; }else if(document.staffAdd.princ.value==""){
alert("Please Select Principal Level!");
document.staffAdd.princ.focus();
return false; }else if(document.staffAdd.princ.value!="1" && document.staffAdd.job.value=="202" && document.staffAdd.adm.value=="0034"){
alert("Please Principal Level MUST be 'Infant' for this record!");
document.staffAdd.princ.focus();
return false; }else if(document.staffAdd.princ.value!="2" && document.staffAdd.job.value=="202" && document.staffAdd.adm.value=="0035"){
alert("Please Principal Level MUST be 'Preschool' for this record!");
document.staffAdd.princ.focus();
//return false; }else if((document.staffAdd.princ.value=="1" || document.staffAdd.princ.value=="2") && (document.staffAdd.adm.value!="0034" && document.staffAdd.adm.value!="0035")){
//alert("Please Principal Level MUST NOT be Infant or Preschool for this record!");
//document.staffAdd.princ.focus();
return false; }else if(document.staffAdd.stat.value==""){
alert("Please Select Employment Status!");
document.staffAdd.stat.focus();
return false; }else if((document.staffAdd.sal.value=="") && (document.staffAdd.ben.value=="")){
alert("Salary and Employee Benefits MAY NOT both be blank!!");
document.staffAdd.sal.focus();
return false; }else if((document.staffAdd.stat.value=="04" ||document.staffAdd.stat.value=="06") && (document.staffAdd.ben.value!="")){
alert("Employee Benefits MUST be blank for Purchased Service Staff!!");
document.staffAdd.ben.focus();
return false; }else if((document.staffAdd.fte.value > 0.25) && (document.staffAdd.stat.value=="05" || document.staffAdd.stat.value=="06" || (document.staffAdd.job.value=="202" && document.staffAdd.adm.value=="0032"))){
alert("FTE must be less than or egual to 0.250 for this record!");
return false; }else if((document.staffAdd.project.value =="B - Extended School Year or Summer School") && (document.staffAdd.stat.value!="05" && document.staffAdd.stat.value!="06")){
alert("For Project B - Extended School Year or Summer School, Employment Status Code must be 05 or 06!");
document.staffAdd.stat.focus();
return false; }else if((document.staffAdd.project.value !="B - Extended School Year or Summer School") && (document.staffAdd.stat.value=="05" || document.staffAdd.stat.value=="06")){
alert("For Project A and C, Employment Status Code must not be 05 or 06!");
document.staffAdd.stat.focus();
return false; }
return checkFTE(document.staffAdd.fte);
function checkAmount(textObj){
     return isAmountNumber(textObj.value);
function isAmountNumber(strValue){
   if(!isWhitespace (strValue)){
   if(!isInteger(strValue)){  
        alert("Enter a valid amount!");
        return false;
   return true;
function checkFTE(textObj){
     return isFTEFloat(textObj.value);
function isFTEFloat(strValue){
   if(!isWhitespace (strValue)){
   if(!isFloat(strValue)){  
        alert("Enter a valid FTE!");
        return false;
   }else if( strValue > 1 || strValue < 0.001 ){
   alert("FTE cannot be greater than 1 or less than 0.001!");
   return false;
   var result=Math.round(strValue*1000)/1000
   document.staffAdd.fte.value = result;
   return true;
function checkJobClass(textObj){
     return isJobClassInt(textObj.value);
function isJobClassInt(strValue){
   if(!isInteger(strValue)){
        alert("Enter a valid Job Class Code!");
        return false;
   return true;
function ssnTab(){
    var num = document.staffAdd.ssn.value;
    if((num.length)==document.staffAdd.ssn.maxLength)
    document.staffAdd.fname.focus();
//-->
</SCRIPT>
<table width="100%" border="0" cellpadding="2" cellspacing="0">
  <tr>
    <td width="15%" rowspan="3" valign="top"><jsp:include page="menu.jsp" flush="true" />     </td>  
  </tr>
  <tr>
    <td valign="top">
         <form  name="staffAdd" id="staffAdd" method="post" action="addStaffRecordAction.jsp">
        <table width="100%" border="0" cellspacing="0" cellpadding="2"  >
          <tr>
            <td><jsp:include page="header.jsp" flush="true" /></td>
          </tr>
                <tr>
            <td align="center"></td></tr>
          <tr>
            <td>
              <table width='100%' border=0 cellspacing=0 cellpadding=2 align=center>
                <tr>
                  <td align=center>
                    <table id="staffTable" width="100%" border="0" cellpadding="2" cellspacing="0">
                      <tr>
                        <td align="center">
                          <table width="100%" border="0" cellpadding="2" cellspacing="0">
                            <tr>
                            <td><span STYLE="color: #990000; font-family: verdana, arial, helvetica; font-size: 12pt; font-weight: bold">Add New Staff Record</span>
                                <br><br>This page allows the user to add a staff record to the system database. Enter all required
                                data <font style=color:rgb(0,0,255)>marked in blue with *</font>, then click on the "Add Staff" button.<br>
                            </td>
                            </tr>
                            <tr>
                              <td align="center"><b><span style="font-size: 11pt; color: #FF0000"/> <%= infoMessage%><span id="divMessage"/></b>
                              </td>
                            </tr>
                          </table>
                          <br>
                <table width="100%" border="0" cellspacing="1" cellpadding="2" >
                       <tr   >
                     <td align="right" width="15%"><b>Federal Funds: </b></td>
                      <td align="left" ><span style="color:rgb(128,0,0);" >
                      <input name="fundSourceDesc" value="<%=staff.getFundDesc()%>"  readonly style="border-style:outset; background-repeat:repeat; text-align:center;" size="30" />
                      <input name="fundSourceCode" value="<%=staff.getFundCode()%>"  type="hidden"/>
                            </span></td>
                       <td align="right" width="10%"><b>Project: </b></td>
                       <td align="left" ><span style="color:rgb(128,0,0);" >
                       <input name="project" value="<%=staff.getProjectCode() + " - " + staff.getProjectDesc()%>"  readonly style="border-style:outset; background-repeat:repeat; text-align:center;" size="50" />
                       </span></td> </tr>
                  </table>
                          <br>
                          <table width="100%" border="0" cellspacing="1" cellpadding="2" bgcolor="#e1e1e1">
                            <tr bgcolor="#ccccff" >
                              <td  align="center"><span style="font-size: 8pt; color:rgb(0,0,255)"><b>*SSN</b></span></td>
                              <td  align="center"><span style="font-size: 8pt; color:rgb(0,0,255)"><b>*First Name</b></span></td>
                              <td  align="center"><span style="font-size: 8pt; color: #990000"><b>Middle Name</b></span></td>
                              <td  align="center"><span style="font-size: 8pt; color:rgb(0,0,255)"><b>*Last Name</b></span></td>
                              <td  align="center"><span style="font-size: 8pt; color:rgb(0,0,255)"><b>* School District/BOCES</b></span></td>
                            </tr>
                            <tr bgcolor="white">
                              <td align="center" ><span style="font-size: 8pt">                                
                              <input type="text" align="left" name="ssn" value="<%= m_ssn %>" size="15" maxlength="9" onchange="return checkSSN(this)" onkeyup="return ssnTab()" onfocus="ssnfoc()"/>
                              </span></td>
                              <td align="center" ><span style="font-size: 8pt">                                
                              <input type="text" align="left" name="fname" value="<%= m_fname %>" size="15" maxlength="20" onchange=" return validateFirstName(this)" onfocus="fnamefoc()"/>
                              </span></td>
                              <td align="center" ><span style="font-size: 8pt">                                
                              <input type="text" align="left" name="mname" value="<%= m_mname %>" size="15" maxlength="20" onchange="return validateMiddleName(this)" onfocus="mnamefoc()"/>
                              </span></td>
                              <td align="center" ><span style="font-size: 8pt">                                
                              <input type="text" align="left" name="lname" value="<%= m_lname %>" size="15" maxlength="20" onchange="return validateLastName(this)" onfocus="lnamefoc()"/>
                              </span></td>
                              <td align="center"><span style="font-size: 8pt">                                      
                              <select name="dist"  style="width: 200px" onfocus="distfoc()">
                              <%
                              if(role.equals("1")){
                              %>
                              <option value="" selected>Select District/BOCES</option>
                              <%
                              Iterator it = Districtpage.getList().iterator();
                              while(it.hasNext()){
                              DistrictVO distVO = (DistrictVO)it.next();
                              String distName = distVO.getDistrictName();
                              String distCode = distVO.getDistrictCode();
                              if ((distCode != null) && (m_dist.equals(distCode))){
                              %>
                              <option value="<%=distCode%>" selected><%=distName%></option>
                             <% }else{ %>
                              <option value="<%=distCode%>" ><%=distName%></option>
                             <%} }
                             }else if(role.equals("3")){
                             Iterator it = Districtpage.getList().iterator();
                              while(it.hasNext()){
                              DistrictVO distVO = (DistrictVO)it.next();
                              String distName = distVO.getDistrictName();
                              String distCode = distVO.getDistrictCode();
                              m_dist = agencyCode;
                             if ((distCode != null) && (m_dist.equals(distCode))){
                              %>
                              <option value="<%=distCode%>" selected><%=distName%></option>
                             <%} }
                             }else if(role.equals("2")){
                             %>
                             <option value="" selected>Select District/BOCES</option>
                             <%
                              Iterator it = Distpage.getList().iterator();
                              while(it.hasNext()){
                              DistrictVO distVO = (DistrictVO)it.next();
                              String distName = distVO.getDistrictName();
                              String distCode = distVO.getDistrictCode();
                             if ((distCode != null) && (m_dist.equals(distCode))){
                              %>
                              <option value="<%=distCode%>" selected><%=distName%></option>
                             <%}else if(distCode != null){
                             %>
                              <option value="<%=distCode%>" selected><%=distName%></option>
                             <%} }
                             }%>
                              </select>
                              </span></td>
                            </tr>
                          </table>                         
                          <br>
                          <table width="100%" border="0" cellspacing="1" cellpadding="2" bgcolor="#e1e1e1">
                            <tr bgcolor="#ccccff" >
                            <td width="20%" align="center"><span style="font-size: 8pt; color: #990000"><b>FTE</b></span></td>
                            <td width="20%" align="center"><span style="font-size: 8pt; color: #990000"><b>Salary</b></span></td>
                              <td width="20%" align="center"><span style="font-size: 8pt; color: #990000"><b>Employee Benefits</b></span></td>
                              <td width="20%" align="center"><span style="font-size: 8pt; color:rgb(0,0,255)"><b>*Payroll Beg Month</b></span></td>
                              <td width="20%" align="center"><span style="font-size: 8pt; color:rgb(0,0,255)"><b>*Payroll End Month</b></span></td>
                            </tr>
                            <tr bgcolor="white"><td align="center"><span style="font-size:8pt">
                              <input type="text" align="left" name="fte" size="9" value="<%= m_fte %>" onchange="return checkFTE(this)" onfocus="ftefoc()"/></span>
                              </td>
                            <td align="center"><span style="font-size:8pt">
                              <input type="text" align="left" name="sal" size="15" value="<%= m_sal %>"  onchange="return checkAmount(this)" onfocus="salfoc()"/></span>
                              </td>
                              <td align="center"><span style="font-size: 8pt">
                              <input type="text" align="left" name="ben" size="15" value="<%= m_ben %>" onchange="return checkAmount(this)" onfocus="benfoc()"/></span>
                              </td>
                              <td align="center"><span style="font-size: 8pt">                                      
                              <select name="begmn" style="width: 160px"  onfocus="begmnthfoc()">
                              <% if(m_begmn.equalsIgnoreCase("")){%>
                              <option value="" selected>Select Begining Month</option>
                               <option value="January">January</option>
                               <option value="February">February</option>
                               <option value="March">March</option>
                               <option value="April">April</option>
                               <option value="May">May</option>
                               <option value="June">June</option>
                               <option value="July">July</option>
                               <option value="August">August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_begmn.equalsIgnoreCase("January")){%>
                               <option value="" >Select Begining Month</option>
                               <option value="January" selected>January</option>
                               <option value="February">February</option>
                               <option value="March">March</option>
                               <option value="April">April</option>
                               <option value="May">May</option>
                               <option value="June">June</option>
                               <option value="July">July</option>
                               <option value="August">August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_begmn.equalsIgnoreCase("February")){%>
                               <option value="" >Select Begining Month</option>
                               <option value="January" >January</option>
                               <option value="February" selected>February</option>
                               <option value="March">March</option>
                               <option value="April">April</option>
                               <option value="May">May</option>
                               <option value="June">June</option>
                               <option value="July">July</option>
                               <option value="August">August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_begmn.equalsIgnoreCase("March")){%>
                               <option value="" >Select Begining Month</option>
                               <option value="January" >January</option>
                               <option value="February" >February</option>
                               <option value="March" selected>March</option>
                               <option value="April">April</option>
                               <option value="May">May</option>
                               <option value="June">June</option>
                               <option value="July">July</option>
                               <option value="August">August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_begmn.equalsIgnoreCase("April")){%>
                               <option value="" >Select Begining Month</option>
                               <option value="January" >January</option>
                               <option value="February" >February</option>
                               <option value="March" >March</option>
                               <option value="April" selected>April</option>
                               <option value="May">May</option>
                               <option value="June">June</option>
                               <option value="July">July</option>
                               <option value="August">August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                                <%}else if(m_begmn.equalsIgnoreCase("May")){%>
                               <option value="" >Select Begining Month</option>
                               <option value="January" >January</option>
                               <option value="February" >February</option>
                               <option value="March" >March</option>
                               <option value="April" >April</option>
                               <option value="May" selected>May</option>
                               <option value="June">June</option>
                               <option value="July">July</option>
                               <option value="August">August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_begmn.equalsIgnoreCase("June")){%>
                               <option value="" >Select Begining Month</option>
                               <option value="January" >January</option>
                               <option value="February" >February</option>
                               <option value="March" >March</option>
                               <option value="April" >April</option>
                               <option value="May" >May</option>
                               <option value="June" selected>June</option>
                               <option value="July">July</option>
                               <option value="August">August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_begmn.equalsIgnoreCase("July")){%>
                               <option value="" >Select Begining Month</option>
                               <option value="January" >January</option>
                               <option value="February" >February</option>
                               <option value="March" >March</option>
                               <option value="April" >April</option>
                               <option value="May" >May</option>
                               <option value="June" >June</option>
                               <option value="July" selected>July</option>
                               <option value="August">August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_begmn.equalsIgnoreCase("August")){%>
                               <option value="" >Select Begining Month</option>
                               <option value="January" >January</option>
                               <option value="February" >February</option>
                               <option value="March" >March</option>
                               <option value="April" >April</option>
                               <option value="May" >May</option>
                               <option value="June" >June</option>
                               <option value="July" >July</option>
                               <option value="August" selected>August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_begmn.equalsIgnoreCase("September")){%>
                               <option value="" >Select Begining Month</option>
                               <option value="January" >January</option>
                               <option value="February" >February</option>
                               <option value="March" >March</option>
                               <option value="April" >April</option>
                               <option value="May" >May</option>
                               <option value="June" >June</option>
                               <option value="July" >July</option>
                               <option value="August" >August</option>
                               <option value="September" selected>September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_begmn.equalsIgnoreCase("October")){%>
                               <option value="" >Select Begining Month</option>
                               <option value="January" >January</option>
                               <option value="February" >February</option>
                               <option value="March" >March</option>
                               <option value="April" >April</option>
                               <option value="May" >May</option>
                               <option value="June" >June</option>
                               <option value="July" >July</option>
                               <option value="August" >August</option>
                               <option value="September" >September</option>
                               <option value="October" selected>October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_begmn.equalsIgnoreCase("November")){%>
                               <option value="" >Select Begining Month</option>
                               <option value="January" >January</option>
                               <option value="February" >February</option>
                               <option value="March" >March</option>
                               <option value="April" >April</option>
                               <option value="May" >May</option>
                               <option value="June" >June</option>
                               <option value="July" >July</option>
                               <option value="August" >August</option>
                               <option value="September" >September</option>
                               <option value="October" >October</option>
                               <option value="November" selected>November</option>
                               <option value="December">December</option>
                               <%}else if(m_begmn.equalsIgnoreCase("December")){%>
                               <option value="" >Select Begining Month</option>
                               <option value="January" >January</option>
                               <option value="February" >February</option>
                               <option value="March" >March</option>
                               <option value="April" >April</option>
                               <option value="May" >May</option>
                               <option value="June" >June</option>
                               <option value="July" >July</option>
                               <option value="August" >August</option>
                               <option value="September" >September</option>
                               <option value="October" >October</option>
                               <option value="November" >November</option>
                               <option value="December" selected>December</option>
                               <%}%>
                              </select>
                              </span></td>
                              <td align="center"><span style="font-size: 8pt">                                      
                              <select name="endmn" style="width: 160px"  onfocus="endmnthfoc()">
                              <% if(m_endmn.equalsIgnoreCase("")){%>
                              <option value="" selected>Select Ending Month</option>
                               <option value="January">January</option>
                               <option value="February">February</option>
                               <option value="March">March</option>
                               <option value="April">April</option>
                               <option value="May">May</option>
                               <option value="June">June</option>
                               <option value="July">July</option>
                               <option value="August">August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_endmn.equalsIgnoreCase("January")){%>
                               <option value="" >Select Ending Month</option>
                               <option value="January" selected>January</option>
                               <option value="February">February</option>
                               <option value="March">March</option>
                               <option value="April">April</option>
                               <option value="May">May</option>
                               <option value="June">June</option>
                               <option value="July">July</option>
                               <option value="August">August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_endmn.equalsIgnoreCase("February")){%>
                               <option value="" >Select Ending Month</option>
                               <option value="January" >January</option>
                               <option value="February" selected>February</option>
                               <option value="March">March</option>
                               <option value="April">April</option>
                               <option value="May">May</option>
                               <option value="June">June</option>
                               <option value="July">July</option>
                               <option value="August">August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_endmn.equalsIgnoreCase("March")){%>
                               <option value="" >Select Ending Month</option>
                               <option value="January" >January</option>
                               <option value="February" >February</option>
                               <option value="March" selected>March</option>
                               <option value="April">April</option>
                               <option value="May">May</option>
                               <option value="June">June</option>
                               <option value="July">July</option>
                               <option value="August">August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_endmn.equalsIgnoreCase("April")){%>
                               <option value="" >Select Ending Month</option>
                               <option value="January" >January</option>
                               <option value="February" >February</option>
                               <option value="March" >March</option>
                               <option value="April" selected>April</option>
                               <option value="May">May</option>
                               <option value="June">June</option>
                               <option value="July">July</option>
                               <option value="August">August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                                <%}else if(m_endmn.equalsIgnoreCase("May")){%>
                               <option value="" >Select Ending Month</option>
                               <option value="January" >January</option>
                               <option value="February" >February</option>
                               <option value="March" >March</option>
                               <option value="April" >April</option>
                               <option value="May" selected>May</option>
                               <option value="June">June</option>
                               <option value="July">July</option>
                               <option value="August">August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_endmn.equalsIgnoreCase("June")){%>
                               <option value="" >Select Ending Month</option>
                               <option value="January" >January</option>
                               <option value="February" >February</option>
                               <option value="March" >March</option>
                               <option value="April" >April</option>
                               <option value="May" >May</option>
                               <option value="June" selected>June</option>
                               <option value="July">July</option>
                               <option value="August">August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_endmn.equalsIgnoreCase("July")){%>
                               <option value="" >Select Ending Month</option>
                               <option value="January" >January</option>
                               <option value="February" >February</option>
                               <option value="March" >March</option>
                               <option value="April" >April</option>
                               <option value="May" >May</option>
                               <option value="June" >June</option>
                               <option value="July" selected>July</option>
                               <option value="August">August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_endmn.equalsIgnoreCase("August")){%>
                               <option value="" >Select Ending Month</option>
                               <option value="January" >January</option>
                               <option value="February" >February</option>
                               <option value="March" >March</option>
                               <option value="April" >April</option>
                               <option value="May" >May</option>
                               <option value="June" >June</option>
                               <option value="July" >July</option>
                               <option value="August" selected>August</option>
                               <option value="September">September</option>
                               <option value="October">October</option>
                               <option value="November">November</option>
                               <option value="December">December</option>
                               <%}else if(m_endmn.equalsIgnoreCase("September")){%>
                               <option value="" >Select Ending Month</option>
                               <option value="January" >January</option>
                               <option value="February" >February</opti

I'm not sure if this is an artefact of the way you're representing the breakpoint, but it looks like you're putting it on a blank line inside the scriptlet. Breakpoints in Java code only work if there's an actual line of code to break at. Try putting your breakpoint on the same line as
String fn = user.getFullName();Note that even that will only work because it contains an assignment; you can't break at a plain declaration either.

Similar Messages

  • How do I debug designer code in visual studio 2013

    VS crashes whenever I try and add my custom control to a form. How do I debug this situation.

    Hi trogan,
    If you add a simple custom control, how about the result?
    Actually it is hard for us to find the real solution directly for the VS crashed issue, but we could provide some suggestions to narrow down this issue.
    Like this case I met before:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/75a1c5d1-6baf-4b92-8fc8-7d87be09cbe1/visual-studio-2008-designer-crashes-when-dragging-a-usercontrol-from-toolbox-onto-a-form?forum=visualstudiogeneral
    If possible, you could refer to it even if it is about the VS2008 crash. At least, we would make sure that whether it is your VS or the specific project issue or others. 
    Best Regards,
    Jack 
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • LSMW VD51 , Validations in Begin of Transaction; how to Debug the code?

    Hi All,
    I have written code for validations i Begin of Transaction in the field mapping 5th step of LSMW for VD51.
    Now this code not getting triggered at the time of Conversion of Data. How to debug the code. I have put a static break point 'BREAK-POINT' still not getting triggered.
    Any suggestion / solution for this issue.
    Thanks and Regards,
    Narsimha Kulkarni

    Hi Narshimha,
    Make any mapping error during mapping and check the syntax of mapping it will drag you to the lsmw report there you can put your break point. You can check the report name from transaction code as well.
    Remember this mapping block will execute when you execute the step Convert Data in LSMW.
    Regards
    Dhirendra

  • How to do debugging for sending inbound or outbound email via ERMS?

    Hi Colleagues,
    I send an email to '[email protected]' with email titile 'CIM: 318238 2013', and want to display inbound email in email assignment block within CIM Service Request 10001503 in ICX. But it fails to be displayed on Web UI. And there is no problem to browse inbound and outbound emails via t-code SCOT as below.
    If I send an email to '[email protected]', there is no problem to display inbound email within one CIM Service Request in ICP as below.
    One related class ZSCL_CRM_ERMS_AH_CIM_CSS=>IF_CRM_ERMS_SERVICE~EXECUTE is used to implement this function, I don't know how to do debugging when sending inbound or outbound email? Could please tell me more detailed steps?
    Kind Regards
    Andie

    Hi Fabian,
    Thanks for your reply.
    How can I add this method ZSCL_CRM_ERMS_AH_CIM_CSS=>IF_CRM_ERMS_SERVICE~EXECUTE to the list in t-code SM50 for doing debugging?
    And another question is that I cannot attach inbound email to CIM Request via ICX email address '[email protected]', but no problem to send inbound email using ICP email address [email protected] as below. Is there any authorization issue for this case?
    Kind Regards
    Andie

  • How can I debug a routine created in Deletion of similar requests?

    Hello Experts,
    I need some help from you. I need to delete overlapping requests and the common
    settings you can set are not suitable, so I decided to write my own ABAP routine.
    But how can I debug a routine, which is implemented in the deletion of similar requests?
    Hope you can help me.
    Cheers
    Daniel Weilbacher

    Please go to the routine code..
    In the menu options..u will find an option for breakpoint--set..
    The line where breakpoint is set will get highlighted and u will also see a STOP symbol..
    then come out of routine..and then run the data load..
    this ABAP routine for overlapping request deletion runs before the scheduled data load..
    the run shud stop at the set breakpoint and show the routine code..in debugger mode..
    cheers,
    Vishvesh

  • FM in update task - How do you debug for a user exit (IW32)

    Hi,
    I am working on user exit IWO10009, fm EXIT_SAPLCOIH_009, transaction IW32.
    The user-exit should be called any time an order is saved with parts added to the component tab.
    The import structure of the user exit is CAUFVD, which doesnu2019t contain the items in the component. Instead, I have to go into table RESB and get the components.
    However, when I go into RESB from inside the user-exit, the added components have not yet been added to the table.
    As such, I was thinking of creating a Z function module in update task to process this code after the order is saved & RESB is updated.
    2 questions
    1 u2013 Is this the best way of accomplishing this?
    2 u2013 How do you debug FMu2019s in update task? I have set a breakpoint & have switched system debugging on from inside the debugger, but it doesnu2019t stop inside the fm.
    Please help.
    Thanks,
    John

    Hi,
    to debug update task you need to switch on "update debugging" not the "system debugging" from the menu Settings->update debugging.
    -Ramesh

  • How Do You Debug Oracle Report Calls From Forms On The App Server?

    I am working on a system which uses oracle forms and reports 10g.
    In our system we call, we are calling oracle reports from oracle forms. How do we debug the form code when the form and report both are running on the application server in production.
    To my knowledge, this can not be done when the form is running locally since there is only OC4J forms services locally.
    I understand one views error messages through the jinitiator console but how does one turn on this facility? How do you determine what line the error occurred?
    I am looking for step by step instructions as answer to this issue.
    Please be specific. Please write in good English.

    Good afternoon,
    If you have the developer suite installed on your PC, run the report from your form and then follow this tree from the start button on your PC:
    Developer Suite Home =>
    Reports Developer =>
    Oracle Application Server Report Services =>
    Reports Queue Manager
    Select View => Past Jobs and then find your report in the list, double-click the report entry and you'll see the error message that was generated by the Report Server when you tried to run the report.
    Good luck,
    Don.

  • How do you debug on the ITS?

    Hi,
    How do you debug an ITS application? I am trying to debug a web app, and I know the error is in the ABAP code. I would like to set a breakpoint in my ABAP code, so that when a certain action occurs from the client (web) side, I will jump to the ABAP breakpoint, that way I can step through the ABAP code. Any help would be appreciated.
    Thanks in advance.

    Peter,
    We can achieve this thru ABAP Debugger itself not thru HTTP debugger .
    For example , the ITS Trans you r trying to Debug is PZ13,
    u hva to carry the foll steps ,
    1. Go to SM30 - > T77WWW_SC - > find which function module it points to .. -> Put brk pts ->
    SE93 -> type the transaction - > in the command box give ,
    /h (Turn on Debugger).Run.
    Hope it Helps .
    Regards,
    J

  • Debug ABAP code in InfoPackage

    Hi friends,
    How i can debug a ABAP code from a variable selection in Infopackage?
    Thanks,
    EA

    I guess you would have figured it out - but for the use of people who might chance upon this post while searching ...
    to debug the ABAP code in an Infopackage - you need to run it in dialog mode ( Start Data Load Immediately ) and not in background. This is because background processes cannot be debugged.

  • Can I debug c++ code

    I have some bug in my C++ code. I useing MS Visual studio .net to compile it. How I can enable "Step into" that I can see what happening in my c++ object space when I call that native method from Java?

    The easiest way to debug this code USED TO BE to open the Dll project in Visual Studio, then go to the project options and make some some settings. The specific settings involved were the invoking program (Make that java.exe.), and the parameters to the program (Make those the parameters that will make jvm.exe execute your java program.).
    This is the way I did it using VC 6.0. It probably still works in the new version.

  • How do you debug JavaFX Script

    I'm very frusturated with JavaFX debugging "feature". (I'm using Netbeans 6.7.1 on Linux x86 platform.)
    It doesn't let me to watch objects, how can one debug code without watching objects?
    Great effort JavaFX team, that really made developing JavaFX torture!
    It doesn't even let me to see text value of a TextBox. What a crap!
    ...And it's on 1.2.1 version, though what it should be is 0.2 Beta. There is nothing complete about JavaFX; the set of UI components is ridiculously small-sized. There is no grid, no tree, not even a bloody combobox. Swing wrapping does shit!
    Did anybody make it to watch variables despite javafx?

    I don't use NetBeans. Nor Eclipse... Just a plain text editor (SciTE...) and... lot of println! You can use loggers too. Or secondary visual nodes.
    OK, it is more suited for the small test applications than I wrote than for a full fledged multipackage applications, but at least it is IDE agnostic! ;-)
    There is nothing complete about JavaFX; the set of UI components is ridiculously small-sized.GUI is important, but only part of JavaFX. Obviously they concentrated first on the building blocks, like shapes and layout (and animation, effects, etc.).
    We expect more components in next version. Some are already developed by 3rd party developers (see CRUDfx, Peter Pilgrim's grid, also saw a combo box, a menu set, a calendar, among others).

  • How do you Debug start routine?

    Hi gurus
    How do you Debug start routine?
    Thanks in advance
    Raj

    By inserting a BREAK statement in the routine you won't be able to debugg as the upload process is done in background.
    Instead you should insert a code like this:
    data flag.
    while flag ne 'X'. endwhile.
    Then launch the process and go to transaction SM50 select the process and execute Program/Mode -> Program -> Debugging

  • Can JSTL tags be used within scriptlet code?

    This may be a very basic question, I have only just started experimenting with JSTL in JSPs.
    I am trying to let the user save the content of the OutputStream to a file, and that works with the following code:
    <%
    String file_out = request.getParameter("file_content");
    out.write(file_out);
    response.setContentType("application/x-download");
    response.setHeader("Content-Disposition","attachment;filename=�ble�en.txt"); %>Both Firefox and IE display a dialog that lets the user save as a file, and I can use characters from any character set as the file name (JSPs are all in UTF8).
    I would like to pull the suggested file name from a resource bundle instead of fhardcoding it, however, so that I can display an appropriate suggestion for various languages. I can't figure out how to use a JSTL formatting tag for the file name with the scriptlet code, however, without getting a compilation error:
    <fmt:message key="file_save_as" />
    I can display localized messages just fine, as long as I don't try to do it within scriptlet code. I have tried to split the scriptlet code above, with the JSTL tag in between, but I can't find a way that works. Any pointers would be appreciated.

    am trying to let the user save the content of the OutputStream to a fileThis is something better done in a servlet than a JSP.
    A jsp can add extra carriage returns into your output stream, which might corrupt your data.
    I can't figure out how to use a JSTL formatting tag No, you can't mix scriptlet code and tag code.
    The JSTL tags are written for JSPs to eliminate scriptlet code from the page. If you are doing this in scriptlet code anyway, I suggest you use the ResourceBundle classes as you normally would in java code. Thats what the fmt:message tag is doing behind the scenes anyway.
    ResourceBundle bundle = ResourceBundle.getBundle("myApp.properties");
    String filename = bundle.getString("file_save_as");Cheers,
    evnafets

  • Debug plsql code in sqldeveloper

    Hi all,
    I am new to sql developer, can anyone help me how can i debug a plsql code in sqldeveloper for each step ( each line ) and also i want to view the value of the variables used in plsql code after completion of each line execution.
    Thanks,

    http://www.thatjeffsmith.com/archive/2011/12/the-plsql-debugger-strikes-back-episode-v/

  • Debugging Java code

    Hi,
    How do i debug/step thru the code in Java? I am using notepad as editor. Is there any tool like Visual Interdev or something that i can use? I believe Forte is something similar but how do i debug code if i am using notepad as the editor?
    Thanks in advance

    Many people do just debug with logging or println statements. Sometimes I find it necessary to use a debugger. Don't know where you would get one from except from an IDE, such as eclipse, forte or jbuilder.

Maybe you are looking for