No, class name must be in a package listed in module.packages. For your
example, use:
module.packages=com.foo.bar
module.packages=org.apache.turbine
in your TurbineResourcesProperties. Then Turbine will find the page:
page.default=MyDefaultPage
in the com.foo.bar package. Be sure to list your package before
org.apache.turbine.
--Travis
Alexey Plotnitsky wrote:
>
> Hello all,
>
> Am I correct -
>
> in TurbineResources.properties:
>
> page.default=DefaultPage - �lass name may be only in current package ?
>
> is it able to use absolute package name?
>
> like:
>
> page.default=com.foo.bar.MyDefaultPage
>
> ???
>
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]