m
Tag getColumn


Get a column value from the current row, in M query. This tag must be enclosed by a forechRow tag.


Tag Information
Tag Classcom.cav.taglibs.mumps.MumpsGetColumnTag
TagExtraInfo Classcom.cav.taglibs.mumps.GetColumnTagExtraInfo
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
positiontruetruejava.lang.String The column number, beggining in 1.
varNamefalsetruejava.lang.String The name of the variable to set in M and JSP with the row number. If any "_" character in the variable name will be replaced by "%" in the name used$ Default is "_piece" for JSP and "%piece" for M.
silentfalsetruejava.lang.String Don't produce output if true. Default is false - print the column value.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.