%@ page contentType="text/html; charset=utf-8" %>
<%@page import="com.udapsoft.waf.system.HandlerStorage"%>
<%@ page import="kr.co.hsnc.common.util.*" %>
<%@ page import="kr.co.hsnc.common.sql.*" %>
<%@ page import="kr.co.hsnc.common.message.WAFMessage" %>
<% } %><% } %> <% // 업로드 컴포넌트 처리시에 정보 추가 if( storage.isMultiPart() ) { %> ]]> <% if( storage.getSuccess() ) { %>]]> <% } else { %>]]> <% } %> <% if( !"".equals(storage.getDetailMessage()) ) { %>]]> <% } %> <% if( ctx.getResultType().equalsIgnoreCase("SELECT") || ctx.getResultType().equalsIgnoreCase("VALUEOBJECT") ) { %> <% ValueObject vo = storage.getValueObject(ctx.getResultType()); %> <% //System.out.println("--------------->" + vo); %><% for( int i = 0 ; i < vo.size() ; i++ ) { %> <% } %> <% if( ctx.getResultType().equalsIgnoreCase("ROWSET") ) { %> <% RowSet rowSet = storage.getRowSet("ROWSET"); %> <% if( rowSet == null ) rowSet = new RowSetImpl(); %>]]> <% } %><% for( int i = 0 ; i < rowSet.size() ; i++ ) { %> <% } %><% for( int j = 0 ; j < rowSet.getColumnSize() ; j++ ) { %>
<% } %>]]> <% } %>