Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
5.0.13
-
None
Description
Base class groovy.lang.GroovyObjectSupport (super class of com.nfjs.hls.blog.pages.Login) is not in a controlled package and is therefore not valid.
Login is defined simply as:
class Login
{
...
}
Not all pages and components have this; there must be some construct inside Login, not present in the other application pages, that forces this issue.