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, you would have to redirect to /default/birthdate/2/9/2011, and the birthdate function would then have to return the appropriate results based on the URL args.