thanks. that's the pattern I am using.
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
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?
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/
4 matches
Mail list logo