posted 16 years ago
how are these <#if> </#if> tags defined?
what is the mapping for them?
i need to show a span (based on values taken from databes) on the post_forum.htm page
here is what i need to do
if (forum.isSubscribedToMailingList) //isSubscribedtoMailingList is a boolean returned from the database
show msg
how do if map this to <#if> </#if> in the htm page?
[originally posted on jforum.net by test895]