about double sorting
i made a tinytablesplus file, and i want their to be two sorts, the primary sort being last_name, and the secondary being first_name. i say a code the read something like this <dtml-in xxx sort=last_name,first_name> i tryed that, but got an error that said it Error type: AttributeError Error value: last_name,first_name I removed the _names from the tinytableplus file, to make sure it wasnt that, and i got the same error. Any suggestions Frank from Miami ___________________________________________________________________________ Visit http://www.visto.com/info, your free web-based communications center. Visto.com. Life on the Dot.
frank cuzzocrea wrote:
i made a tinytablesplus file, and i want their to be two sorts, the primary sort being last_name, and the secondary being first_name.
i say a code the read something like this <dtml-in xxx sort=last_name,first_name>
i tryed that, but got an error that said it Error type: AttributeError Error value: last_name,first_name
I removed the _names from the tinytableplus file, to make sure it wasnt that, and i got the same error.
Any suggestions
Are you using Zope 2.2 (b1 or b2)? That's when the multiple-column sorting was introduced. Shane
participants (2)
-
frank cuzzocrea -
Shane Hathaway