Forum OpenACS Q&A: Re: how to limit list builder results dynamically

I tried it. but no success :( .. i updated list-procs.tcl and util-procs.tcl..but it's showing any select box.
it's calling template::util::list_to_multirow to create the options..does we need to fix any code..or any other parameters to list builder.

template::list::create -name get_xyz -multirow xyx -page_size_variable_p 1 -page_query_name get_content_items_id -page_flush_p 1 -elements \
{
title {
label "title"
}
description {
label "Description"
}

}

Thank you,
Sriharsha