On Sat, 07 Jul 2012 09:01:13 -0300, lukaszkaleta <lukaszkal...@gmail.com>
wrote:
Hi, I am having enum class defined in base package.
Hi! Don't do that. The base package is meant to only have superclasses of
pages, components and mixins, nothing else. Move to a non controlled
package (anyone that isn't base, pages, components and mixins) and it'll
work fine.
When I am using this enum inside page class I am getting exception:
Render queue error in Expansion[PropBinding[expansion
About(ExampleEnum)]]:
Base class java.lang.Enum (super class of
org.tapestry.quickstart.base.ExampleEnum) is not in a controlled package
and is therefore not valid. You should try moving the class to package
org.tapestry.quickstart.base.
Yep, the error message should say something specific about mixins. As it
is now, it's misleading. Could you please file a JIRA for that?
--
Thiago H. de Paula Figueiredo
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org