Gossamer Forum
Home : Products : DBMan SQL : Discussion :

testing template tags within qsearch_result.html

Quote Reply
testing template tags within qsearch_result.html
Hi,

The weirdest thing: I cannot get the template if statement to work on a query listing.

Example template source:
Code:
<%loop results%>
<%forms.status%><%if forms.status%>!!!<%endif%><BR />
<%endloop%>

The result:
Code:
S<BR />
C<BR />
F<BR />

<%if first%> does work, so it seems to be related to testing for query column elements.... Any idea what I am doing wrong?

Jasper

http://www.bookings.org
Subject Author Views Date
Thread testing template tags within qsearch_result.html jaspercram 3592 Oct 29, 2002, 4:29 AM
Thread Re: [jaspercram] testing template tags within qsearch_result.html
604 3401 Oct 29, 2002, 10:27 AM
Post Re: [TheStone] testing template tags within qsearch_result.html
jaspercram 3363 Oct 30, 2002, 12:26 AM