Been spending the last few days exploring WebWork2... having great fun and deeper apprecation for their work done. And makes my job so much easier. Now, to evangalise the framework to the rest of my team... For those who have not tried it, I say give it a go. It's still a little scratchy now, but do remember it's still a beta. I might come up with a simple example later on, one concern is that I might document some mistakes. But hey, no embarassment, no gain. I've been having some problems, but somehow they ended up being my design problems. So far, I've misused the interceptors, misused the components, did a "dispatcher" when I should have done a "chain"....
Currently facing one killer, apparently errors do not propogate across the action chains.
For example, I have ActionA and ActionB. ActionA returns INPUT which chains to ActionB. From ActionA, the errors are still visible, but when in ActionB, they seem to be cleared, and the result is rendered without displaying the errors. Not sure why... will have to take a deeper look into it. However, anyone who might have a clue to what I've done wrongly, please do help. Thanks in advance.