Forum OpenACS Development: OpenACS 4 Templating usage

Collapse
Posted by Dave Bauer on
I am writing a template and I want to compare a value in a multirow
datasource to a onelist datasource. My code looks like:

<if @all_keywords.keyword_id@ in @assigned_keywords@> where
assigned_keywords is a list of keyword_ids.

If I use the actualy keyword values in place of @assigned_keywords@
it works. This seems like a common way to use the <if in> structure.
Is this a bug or perhaps a design feature?