Hello,
I have a tg function that is called search. It has a widget with few
text fields. I submit results to
def searchresults(sefl, **kwargs)
#do some selects
return dict(myresults=myresults)
Is there a way for me to resubmit to this function after it returned?
/searchresults has my results. I want to sort them by few fields
Is this possible?
/searchresults/LastName
or
/searchresults/City
If not what other options I have?
Lucas
--
--
VMware Server On Debian
http://wiki.debian.org/Manual-Howto#head-c9e998d4806797452cd58fce417b6fb00fbc60be
TurboGears from start to finish:
http://www.lucasmanual.com/mywiki/TurboGears
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---