What I need to know is how to get information from the view to the
controllers and database. I wasn't able to figure out how to use this
for instance:

URL('a', 'c', 'f', args=['x', 'y'], vars=dict(z='t'))

How do you access what is saved in the dict from the view on the
controller side?


On Apr 25, 6:57 pm, Massimo Di Pierro <[email protected]>
wrote:
> On click it always submits via POST but the vars are passed via
> URL(,vars=...) as GET vars. For more complex scenarions it may be
> better be more explicit.
>
> On Apr 25, 5:37 pm, pbreit <[email protected]> wrote:
>
> > Interesting. Possible to support a post with vars?
>
>

Reply via email to