thx for the reply malcolm,  I am trying to implement the Dojo select
box into one of my forms, I followed the instructions and i know the
javascript is working because I can get results by using the query
string in my browser,

http://localhost:8000/myapp/reporter_lookup/?q=  returns results,
The last part involves using a template tag (formtags.py) that comes
with the nong javascript package and loading it with a {% load
formtags %} statement then using a

 {% selectrow form.reporter "/myapp/reporter_lookup/?q=%
{searchString}"
"first_name" %}

statement to spit out the code for the input box. This template tag is
no longer valid and cannot be imported so the select row statement
will no longer work

On Jan 3, 8:36 pm, Malcolm Tredinnick <[EMAIL PROTECTED]>
wrote:
> On Thu, 2008-01-03 at 15:25 -0800, mike wrote:
> > I am trying to implement the Dojo Select box into a template I am
> > creating.
> > I have used the formtags that is inluded in the nongselect tar
> > package. but It seems with the development version of django the
> > import
> > statements   {% load formtags %}  no longer work,   I need a way to
> > replace the
>
> You seem to be mixing up multiple problem reports here, but let's start
> with this one. The "load" tag still works in Django. So you should try
> to figure out why whatever third-party code you're using doesn't want to
> load with the development version.
>
> Regards,
> Malcolm
>
> --
> No one is listening until you make a mistake.http://www.pointy-stick.com/blog/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to