[web2py] Re: adding form arguments to URL during handling

2011-12-16 Thread Carl
thanks. that's the pattern I am using.

[web2py] Re: adding form arguments to URL during handling

2011-12-15 Thread Anthony
On Thursday, December 15, 2011 1:17:02 PM UTC-5, Carl wrote: > > and what happens if the user enters the value on the form and submits the > form rather than enters the values directly in an URL? > > how do the three values get added to the URL? > I suppose after receiving the form submission, yo

[web2py] Re: adding form arguments to URL during handling

2011-12-15 Thread Carl
and what happens if the user enters the value on the form and submits the form rather than enters the values directly in an URL? how do the three values get added to the URL?

[web2py] Re: adding form arguments to URL during handling

2011-12-15 Thread Massimo Di Pierro
def birthdate(): day,month,year = request.args(0),request.args(1),request.args(2) On Dec 15, 11:31 am, Carl wrote: > is there a pattern for displaying form values in the URL that the form > submits to? > > I'd like a form submitted that accepts three values to look like this: > > .../default/