Home > Contents > Index >
Template Tags TOC | Alpha TOC | Tag Family TOC | Purpose TOC | Annotated TOC | Index
ics:textargument
Argument for the
ics:indexadd
tag.Syntax
<ics:textargument name="field name" value="value/>Parameters
name (required)
- Name of the field.
value (required)
- Text string to be added to the search index.
Description
The
ics:textargument
tag specifies a text field to be added to a search index created with theics:indexadd
tag. This tag is an argument for theics:indexadd
tag.errno
None.
Example
The following example adds a record containing a text field called
headline
to the search indexc:/searchidx.
<ics:clearerrno/> <ics:indexadd index="c:/searchidx" entryname="A111112" entrydetail="Ohio towns" searchengine="AV"> <ics:textargument name="headline" value="Places I have visited in Ohio"/> <ics:fileargument name="body" value="c:/temp/body.txt"/> <ics:dateargument name="articledate" value="1999-01-29"/> </ics:indexadd> <ics:if condition=<%ics.GetErrno() != 0%>'> <ics:then> Report error </ics:then> </ics:if>See Also
Home > Contents > Index > ![]()
FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.