onInvalidEvent vs. Modules

Hi there,

I was wondering if someone could help as I'm not sure on the best way
to solve my problem:

So you are saying when you go to a non existence module handler or
action the on invalid event does not fire?

Hi Luis,

Yes that's right. It's throwing an error because it cannot resolve the
on invalid event within the module and is either not checking for it,
or not finding it in the parent application.

Ideally I'd like to have a global 404 event which was accessible from
within the modules, if that's possible?

Cheers,

Chris

Ok I have seen the problems on this and discovered another bug too. I am taking s step back and reevaluating how to tackle invalid event so modules can also listen.

That's brilliant, thanks Luis.