[web2py] Re: component rebuild via anchor helper

2017-10-07 Thread Pierre
Yes there are a couple of options to solve this (indeed a minor problem) (1) jquery POST (2) jquery LOAD (3) axios.post for the purists i am not storing anything into the session. I picked up (2) and after some 'gymnastics' I got a solid result. -- Resources: - http://web2py.com -

[web2py] Re: component rebuild via anchor helper

2017-10-06 Thread Massimo Di Pierro
You can do, but it feels wrong. linked page On Monday, 2 October 2017 06:47:14 UTC-5, Pierre wrote: > > hello all, > > I am using the A helper as described in the book to reconstruct a page > component when user presses a button: > > {{=A('linked page', _href=URL('func', vars={'a':a, 'b':b}), c