Re: T[5] Organizing components/layouts

2007-10-24 Thread Nick Westgate
You need to use Cheers, Nick. Ying Lee wrote: Thx, it works. There seems to be some inconsistency here. When I try: it doesn't work.. Ronald Date: Wed, 24 Oct 2007 13:53:09 -0400 From: [EMAIL PROTECTED] To: users@tapestry.apache.org Subject: Re: T[5] Organizing components/layouts

Re: T[5] Organizing components/layouts

2007-10-24 Thread Nick Westgate
Try because of name optimizations: http://tapestry.apache.org/tapestry5/tapestry-core/guide/component-classes.html Cheers, Nick. ronaldlee wrote: Hi, I am able to create a simple layout components. But I want to organize my components by putting them into a sub-package under the default "com

RE: T[5] Organizing components/layouts

2007-10-24 Thread Ying Lee
Thx, it works. There seems to be some inconsistency here. When I try: it doesn't work.. Ronald > Date: Wed, 24 Oct 2007 13:53:09 -0400 > From: [EMAIL PROTECTED] > To: users@tapestry.apache.org > Subject: Re: T[5] Organizing components/layouts > > Take a

Re: T[5] Organizing components/layouts

2007-10-24 Thread Daniel Jue
Take a look at this: http://wiki.apache.org/tapestry/Tapestry5ComponentClassResolverError In my code I do things like this: http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";> ...etc ...etc On 10/24/07, ronaldlee <[EMAIL PROTECTED]> wrote: > > Hi, > > I am able to create a simpl