290291292293294295296297298299
content.setEL(i, col.get(i,null)); } // create and return column try { return new QueryColumnImpl(targetQuery,col.getKey(),content,col.getType()); } catch (PageException e) { throw new PageRuntimeException(e); } }