Forum OpenACS Improvement Proposals (TIPs): Re: TIP#128 Add filter_select_clause and filter_from_clause to template::list filters

Roc, it looks like this:

template::list::create \
-name list_name \
-multirow multirow_name \
-elements $elements \
-filters $filters

It's not quite that simple, since there are fixed elements and filters that are added as well but the spec for those is just added to the dynamic ones with concat to combine the lists.

Sounds like a good addition, although I haven't found any scenarios where I can use them at this point.
Anyway, please put some real examples on how to use it along with your contribution, if not we might be adding some "hidden" functionalities.

Approved.