We have a web form where the enduser clicks on a link and
is moved to different parts of the page.

With the previous 3 generations of the site, we simply did something
 like the following .

...in html to mark the spot
<a top_of_page>

...in html to jump to the spot.
< href="/mypage#top_of_page">

Now with django when we click on the link re-posts the form, and then
jumps to the anchor - loosing any previous data entered into the form.

What options are their for doing this sort of page navigation linkage
on the same page in Django without reposting the page and loosing the
content of data fields that have already been filled in?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to