Since it hit me today too, I had a look at this ticket: https://issues.apache.org/jira/browse/WICKET-4575
Thinking a bit too fast maybe, I implemented a simple and clean solution based on an enum BEFORE_FORM and AFTER_FORM that allows an ISubmittingComponent to choose whether it wants to run before or after the form. In the comments on that ticket I had a look at how to offer that in 1.5 too, and whether a different approach might be better. I'll be able to take another look at this tonight. Any opinions? Carl-Eric
