I have used the formtags that is inluded in the nongselect tar
package. It seems with the development version of django the import
statements {% load formtags %} no longer work, I need a way to
replace the
{% selectrow form.reporter "/myapp/reporter_lookup/?q=%{searchString}"
"first_name" %}
Line with raw html for a text input box that will call this ajax
function for me. I have been googling for days with no luck.
I'm using the newforms library and form_for_instance
On Dec 15 2007, 9:01 pm, "
mattimust...@gmail.com"