<%-- * Copyright by Intland Software * * All rights reserved. * * This software is the confidential and proprietary information * of Intland Software. ("Confidential Information"). You * shall not disclose such Confidential Information and shall use * it only in accordance with the terms of the license agreement * you entered into with Intland. * * $Revision$ $Date$ --%> <%@ taglib uri="jstl-c" prefix="c" %> <%@ taglib uri="jstl-fmt" prefix="fmt" %> <%@ taglib uri="jstl-fn" prefix="fn" %> <%@ taglib uri="http://www.springframework.org/tags/form" prefix="form"%> <%@ taglib uri="taglib" prefix="tag" %> <%@ taglib uri="acltaglib" prefix="acl" %> <%@ taglib uri="uitaglib" prefix="ui" %> <%@ page import="java.io.IOException" %> <%@ page import="com.intland.codebeamer.persistence.dto.TrackerLayoutLabelDto" %> <%! private int MAXCOLUMNS = 1; void insertNewRow(JspWriter out, int cnt) throws IOException { if ((cnt % MAXCOLUMNS) == 0) { if (cnt != 0) { out.println(""); } out.println(""); } } %> <% int fieldCounter = 1; int importCounter = 0; int wideValuesColSpan = 1; pageContext.setAttribute("ID_LABEL_ID", new Integer(TrackerLayoutLabelDto.ID_LABEL_ID)); pageContext.setAttribute("NAME_LABEL_ID", new Integer(TrackerLayoutLabelDto.NAME_LABEL_ID)); %>
: Assign Columns of Imported Data
<% MAXCOLUMNS = 2; wideValuesColSpan = 3; %>
        
<% insertNewRow(out, fieldCounter); %> <% importCounter = 1; %> <% importCounter = 0; %>
 Date Format:  1999-12-31 1999.12.31 31/12/1999 31.12.1999 31-Dec-1999 12/31/1999 1999/12/31
 Number Format:  1234.10 1234,10
 Start Import at Row: 
   
Scanned rows and columns. (The list below is truncated to rows.) <% int counter = 0; %> ">
Row#