Home > Contents > Index > 
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index 
ics:catalogmanager.addrowtext
Adds a row to a table using
ics:catalogmanager.Syntax
<ics:catalogmanager>
<ics:argument name="ftcmd" value="addrowtext"/> <ics:argument name="tablename" value="table"/> [url</ics:catalogmanager>columnname_folder="folder name"]/> [columnname_file="file name"]/> [columnname="column name"]/>Parameters
ftcmd (required)- Value must be set to
 addrowtext.
tablename (required)- Name of the table to which to add text.
 
urlcolumnname_folder (optional)- For every file upload column (column name starts with
 url), you can use a parameter namedurlcolumnname_folderto store the file in a subfolder under the default upload folder for the table.
columnname_file (optional)- Used to specify a name for a file that is created on the server. If not provided, the system generates a file name and gives it the extension .
 txt.
columnname (optional)- Value of each column in the row to be added. The
 columnnameis a table column name.
Description
The
addrowtextcommand adds a row to a table. If the table contains an upload column, instead of requiring a file upload, text can be uploaded and Content Server automatically creates a file to store the uploaded text.errno
The possible values of
errnoinclude:
 Value Description -103 No such table. -104 No table definition. -105 Database error.See Also
The following
ics:catalogmanagercommands:
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.