Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.13
-
None
Description
A common beginner idiom is:
Object onAction()
{ return new OtherPage(); }When they should inject OtherPage.
Currently, this code works and produces odd effects.
An explicit error message is needed.