Re: [Zope] Variable sort in dtml-in

2000-07-14 Thread Adam Karpierz
In my search form, I have a selection box "in_sort_by" whose value can be "Category", "Field", or "Title". I am trying to make dtml-in sort by this value. I am using: dtml-in SQL_search sort="_['in_sort_by']" size=list_size start=query_start Hi Aaron again I have attached appropriate patch

Re: [Zope] Variable sort in dtml-in

2000-07-14 Thread Aaron Williamson
I have attached appropriate patch for dtml-in tag for Zope 2.2.0b3/b4 (Of course this patch was checked and works ok). Thanks again for the patch. It is a much needed option (and rather a glaring omission from the original code). So far it is working flawlessly for me. I want extend my

Re: [Zope] Variable sort in dtml-in

2000-07-13 Thread Bill Anderson
Aaron Williamson wrote: In my search form, I have a selection box "in_sort_by" whose value can be "Category", "Field", or "Title". I am trying to make dtml-in sort by this value. I am using: dtml-in SQL_search sort="_['in_sort_by']" size=list_size start=query_start And I've tried