Well, I don't use @Environmental inside the inner class.

Ok, then why @Environmental works for OuterClass which is placed outside
.base, .page, .component packages?

To reproduce just replace InnerClass for OuterClass in the previous example.
And add OuterClass.java:

package mytapp;

public class OuterClass {
 public String toString() {
return "OuterClass";
}
}


On Thu, Jun 25, 2009 at 7:53 PM, Howard Lewis Ship <hls...@gmail.com> wrote:

> Inner classes are not component classes and are not transformed (component
> class transformation is the hook that allows @Environmental to work).
>
>

Reply via email to