In that case, check the console tab in Firebug. For some reason, your JS is
not firing, and there is likely an error showing up in your console tab.
Either that, or you've got JS turned off somehow.

On Sat, Mar 12, 2011 at 10:45 AM, Amnu <[email protected]> wrote:

> > Use an absolute path, "/fetch_states".
> >
> > That's Browser-Behavior 101, btw, nothing todo with TurboGears ;) But
> > it should be fixed in the Tutorial of course.
>
> I added the slash but id didn't change anything.
>
>
> > That's not what I meant. Firebug has a NET(work)-tab, which tells you
> > what network resources have been asked for. That should render red
> > queries (404 or 500)  for the fetch_states.
> >
> > If no network activity at all can be observed, then something is wrong
> > with the setup. Probably you get an JS-error in FireBug then.
>
> I checked the NET-tab but it only displayed 202's (aside from one "304
> Not Modififed") on loading the page. Entering characters into the
> autocompletion field did not add any new entries in firebug. It does
> load jquery.autocompletion.js (and .css) but that's about all I can
> see there which might be related to this topic. Also, I did not get
> any errors - at least none I could see.
>
> --
> 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.
>
>


-- 
Michael J. Pedersen
My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171
          Yahoo/pedermj2002, MSN/[email protected]

-- 
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.

Reply via email to