Suppose a Seaside component is added to a Pier page
using a PRComponent. The
Seaside component is initialized using values stored in the PRComponent
settings dictionary. If these settings are changed later on, these changes
are not reflected in the corresponding Seaside component instances until the
corresponding session expires, and the Seaside component is then recreated.
To handle this, I've created a PRRefreshCommand, which does:
self structure flush
in its #doExecute.
Why is this necessary? At least in my image, the settings
automatically reflect in all instantiated components. If not that
would be a bug.
Lukas
--
Lukas Renggli
www.lukas-renggli.ch