RE: How do I get a page from a sub-package

2007-08-28 Thread mraible
ECTED] >> Sent: Tuesday, August 28, 2007 3:59 PM >> To: users@tapestry.apache.org >> Subject: Re: How do I get a page from a sub-package >> >> >> I have the following configured: >> >> > value="org.appfuse.webapp.pages"/> >

RE: How do I get a page from a sub-package

2007-08-28 Thread Marcus.Schulte
the admin sub-package? Maybe a dirty build after moving thins around? > -Original Message- > From: mraible [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 28, 2007 3:59 PM > To: users@tapestry.apache.org > Subject: Re: How do I get a page from a sub-package > > &g

Re: How do I get a page from a sub-package

2007-08-28 Thread Martino Piccinato
sorry Matt I've missed that "subpackage", yes it should include subpackage by default. Actually I've never had such a problem specifying pages by simple class name has always been enough for me. On 8/28/07, mraible <[EMAIL PROTECTED]> wrote: > > I have the following configured: > > value="org.app

Re: How do I get a page from a sub-package

2007-08-28 Thread mraible
I have the following configured: Are you saying I should change it to: Are you sure it doesn't scan sub-packages by default? It seems to - if I put a class in this package and move the page into a matching sub-directory, it works. However, when I get a page from the IRequestCycle, I don't kn

Re: How do I get a page from a sub-package

2007-08-28 Thread Martino Piccinato
I think you can use configuration parameter org.apache.tapestry.component-class-packages (from documentation) A comma-seperated list of package names, used when searching for the component class . These must appear as tags in the application or library specification containing the component