[web2py] Anchor callback option and form submit

2013-11-03 Thread Riccardo C
Good evening, I've just discovered the possibility to use in the view of the callback option when we want to create a link, e.g. {{=A('mypage', callback(URL='myfunction'), target='myID'). I found it really useful for not loading a new page again. The problem is that the callback calls a

Re: [web2py] Anchor callback option and form submit

2013-11-03 Thread Riccardo Ceccarelli
Thank you very much, I'll try it later. On Monday, November 4, 2013, Anthony wrote: A('mypage', _href=URL('myfunction'), target='myID') Shouldn't above be: A('mypage', component=URL('myfunction'), target='myID') -- Resources: - http://web2py.com - http://web2py.com/book