Title:		Problems when incorrect handler specified on a form post and link
Thread: 	Problems when incorrect handler specified on a form post and link
Forum:		Bugs (ColdBox)
Conference:	ColdBox
User:		puc
The results of this are a bit wierd, but if you oncorrectly specify the the
wrong handler in a link e.g. ehHandler1.doSomething instead of
ehHandler2.doSomething you get wierd results.
Sometimes it hangs indefinately,
and sometimes it works even if the method isn't in the handler!!!
We should get
a message to indicate that the method doesn't exist in the handler file
specified or something.