Groovy can inject a base class into component classes that Tapestry rejects
---------------------------------------------------------------------------

                 Key: TAPESTRY-2449
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2449
             Project: Tapestry
          Issue Type: Bug
          Components: t5-tutorial 1
    Affects Versions: 5.0.13
            Reporter: Howard M. Lewis Ship
            Priority: Blocker
             Fix For: 5.0.14


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to