DenesL
unread,Aug 25, 2011, 4:14:31 PM8/25/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-developers
Any reason for not having a "reload component" function included in
web2py?.
It seems to me like it should be there, instead of having to define
something like
def reload(target):
def js(form):
response.js='web2py_component("%s","%s")' %(URL(target), target)
return js
whenever needed, and it is almost required when working with
components.
Denes