There should be a straightforward way to update a section of the page when I press a QLButton
Summary: It is currently pretty easy to reload the entire page, but just updating part of it is way too hard.
Dealing with this by adding the _updateableSection()
function, and the updateSectionAfter
flag on the _QL
functions. If the flag is set, when activated, the enclosing Section will redisplay after you press it.