Re: [symfony-users] Help getting the autoloader working within a component class?

2011-01-11 Thread Eric B
Thanks. That seems to work much better. Although I'm still not sure I understand exactly why, considering that the component is part of the same module that is trying to instantiate the LoginForm. I am, however, having difficulty getting my component template to use a slot. Should it be able to

Re: [symfony-users] Help getting the autoloader working within a component class?

2011-01-11 Thread Gareth McCumskey
Stick that form into either root/lib or into root/apps/frontend/lib On Mon, Jan 10, 2011 at 10:01 PM, Eric B wrote: > Hi, > > I've run into a problem with a component instantiating an existing form, so > it has prompted me to look into the autoloader to figure out why it isn't > seeing the class

[symfony-users] Help getting the autoloader working within a component class?

2011-01-10 Thread Eric B
Hi, I've run into a problem with a component instantiating an existing form, so it has prompted me to look into the autoloader to figure out why it isn't seeing the class. I've come to the conclusion that I can't seem to figure either out. So I guess this becomes a 2 part question; one is just a