Hi Thiago,
In theory it should work if you declare the package attribute as empty or just
leave the package attribute out.
click.xml:
<!-- Page mapping -->
<pages package="com.mycorp"/>
<!-- Another page mapping -->
<pages/>
However I just tested and it does not work. Do you mind raising a JIRA[1] for
this and I'll get a fix in.
kind regards
bob
[1]:
https://issues.apache.org/jira/browse/CLKThiago Senna wrote:
> Hi,
>
> I have a special case where would be very interesting reading page classes
> from the default package.
> Is possible to configure click.xml to load pages from default package? If
> yes, how can I do that?
>
> Thanks,
> Thiago Senna