desired: http://www.example.com/app/default/index?blah=1&blah=2
There does not seem to be any way to do this with URL.
URL(request.application,'default','index',vars={'blah':1,'blah':2})
would simply write over first key val and
URL(request.application,'default','index',vars={'blah':[1,2]})
tries
Don't know if this is the right place for this.
On page 70 of the cookbook it shows the example below:
def index():
form = SQLFORM(db.dog)
if form.accept(request.vars,session):
response.flash = "record %i created" % form.vars.id
return dict(form=form)
Neither FORM nor SQLFORM have a m
would like the following behavior:
request = http://www.example.com/
to go to http://www.example.com/exampleapplication
instead of what it would do normally which would be
http://www.example.com/welcome/default/index
But I would like this to be entirely unseen by the user.
--
Subscription setti
Took a bit of playing/searching but I've got it now.
No worries.
Love the framework Massimo!
On Apr 20, 12:17 pm, zxynax wrote:
> would like the following behavior:
> request =http://www.example.com/
> to go tohttp://www.example.com/exampleapplication
> instead of what it
Version is 1.56.3
Further, the ProxyPass wasn't a contributor to any part of what
happens: I shut it off entirely and the results were the same.
On Feb 20, 11:09 am, mdipierro wrote:
> which version are you running?
>
> On Feb 20, 9:58 am, "zxy...@gmail.com" wrote:
>
>
>
> > Greetings,
>
> > I
ProxyPass directive.
Thank you for your interest.
On Feb 20, 1:35 pm, Timothy Farrell wrote:
> Are you using error-based redirects?
>
>
>
>
>
> zxynax wrote:
> > Version is 1.56.3
>
> > Further, the ProxyPass wasn't a contributor to any part of what
> >
I believe that is exactly what is happening. Anyway...for your
viewing enjoyment:
http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
{{=response.title or URL(r=request)}}
{{include 'web2py_ajax.html'}}