You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
Hello. I have this in one of my pages
{{=BEAUTIFY(request.vars)}}
Every time there is a reload esp. using LOAD () Helper I get a blank or none submit value on the page. How can I prevent this on the html side? Regards
Maurice Waka
unread,
Apr 25, 2020, 3:09:34 PM4/25/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to web2py-users
I opted to use this option/iteration instead
{{=BEAUTIFY(request.vars.message if request.vars.message else 'loggin in...')}}