[ic] unexpected behavior of [loop] tag

Jon Jensen jon at endpoint.com
Fri Aug 15 19:36:33 EDT 2003


On Fri, 15 Aug 2003, Danilo wrote:

> if I change the table like this
> 
> [loop search="
>         st=db
>         fi=brands
>        "]
>    ID: [loop-code],
>    field: [loop-field brandname]<br>
> [/loop]
>    
> ID: 42, field:
> ID: 44, field:
> 
> the search fail and don't return the content of brandname field in the 
> database.

The prefix-field tag is used only for pulling values from the products 
table(s). Instead you should use [loop-param brandname] in your example.

Jon


More information about the interchange-users mailing list