I'm assuming you are editing a page and enter something like:
[{myplugin parm='data that will cause it to fail' }]
and then you save it. When the page is rendered the PluginException is
caught. Correct?
Since the edit process has no real understanding of the rendering
process there isn't a simple way to stop it.
A workaround may be to do a preview first to make sure the page renders
the way you want before saving it.
Or move the save button to the preview page to force the user to do a
preview first. That won't stop them from doing the preview, not looking
at the page and then hitting save anyway.
Foster
Osvaldo Pina wrote:
Hi,
I'm developing a plugin and even when the plugin launched
PluginException the page is saved. Can I change this behavior?
Tanks,
Osvaldo Pina.