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
it to cycle.getPage("admin/UserList"), I get: > >> > >> java.lang.ClassCastException: $BasePage_4 > >> > >> The last option (cycle.getPage("admin.UserList")) seems a bit closer, but > >> still doesn't work: > >> > >>

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

2007-08-28 Thread mraible
ge("admin/UserList"), I get: >> >> java.lang.ClassCastException: $BasePage_4 >> >> The last option (cycle.getPage("admin.UserList")) seems a bit closer, but >> still doesn't work: >> >> java.lang.NoClassDefFoundError: org/appfuse/webapp/pages/Admin/Us

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

2007-08-28 Thread Martino Piccinato
ist > (wrong name: org/appfuse/webapp/pages/admin/UserList) > > Thanks, > > Matt > > -- > View this message in context: > http://www.nabble.com/How-do-I-get-a-page-from-a-sub-package-tf4339857.html#a12362460 > Sent from the Tapestry - User mailing list archive at Nabble.c

How do I get a page from a sub-package

2007-08-27 Thread mraible
s/Admin/UserList (wrong name: org/appfuse/webapp/pages/admin/UserList) Thanks, Matt -- View this message in context: http://www.nabble.com/How-do-I-get-a-page-from-a-sub-package-tf4339857.html#a12362460 Sent from the Tapestry - User mailing list archive at Nabble.com. ---