Marc Portier wrote: ...
But where I expected to get the validation errors assembled in a way as well, they just get lost, due to the widget replacement (of <ft:aggregate-widget id="visa">), hmmm, unsatisfying. (or do I get the whole thing totally wrong?)
if I get it correctly you're saying that the <ft:aggregate-widget> after transformation and styling is not showing the top-level validation errors
<ft:aggregate-widget/> does not output anything into the stream, that's why validation errors are not shown on it. Either EffectWidgetReplacingPipe needs to be changed, or you can simply use <ft:validation-error/> to position and output aggregate widget's errors.
Vadim
