Description
I just noticed some code doing things like:
SaveAction sa = new SaveAction(); if (sa.action(context)) { sa.render(context); }
so not going through the standard action handling and since action now expect to be component causing regressions in some cases (but strangely not noticed since 13.0).