On Aug 22, 7:35 pm, Robb Bossley <robb.boss...@gmail.com> wrote:
> Daniel,
>
> I appreciate the time you took to answer.
>
> I could do this, but I have a number of views that the user will have the
> option of selecting on this resulting page, so I would have to keep passing
> it as a GET variable on subsequent requests.
>
> Any other thoughts?  (I may end up doing this if I have to - I just hoped
> Django might have a more elegant way to do it by dynamically changing the
> URL.)
>
> Robb

I don't know what you mean by 'dynamically changing the URL'. If
there's a link already on the page, there's nothing Django can do to
change it - you would have to write some javascript which will alter
the href, as the user selects items from the dropdown.

The only other thing I can think of is to POST to a view which then
takes the parameters and returns a redirect to a URL with the
parameters as elements in the URL.
--
DR.
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to