Re: Class context execution problems

2008-03-06 Thread Gabriel Genellina
En Thu, 06 Mar 2008 11:04:26 -0200, Marcelo de Moraes Serpa <[EMAIL PROTECTED]> escribi�: > I'm using a class in a conext other than the subpackage in which it is > located and I'm getting template lookup errors. > > This class expects to find a .pt file in a directory relative to its > package.

Class context execution problems

2008-03-06 Thread Marcelo de Moraes Serpa
I'm using a class in a conext other than the subpackage in which it is located and I'm getting template lookup errors. This class expects to find a .pt file in a directory relative to its package. However, this class is normally used by other classes in the same namespace. class ObjectWidget: