The FieldTag doStartTag() Method
public int doStartTag() throws JspException {
JspWriter out = pageContext.getOut() ;
(SelectTag) findAncestorWithClass(this, SelectTag.class) ;
out.print(parent.rs.getString(Integer.parseInt(column))) ;
} catch (. . .) { . . . }