ok, pages you know now ... other time you create your classes is inside your module AppModule Tapestry-ioc subsystem is in charge here http://tapestry.apache.org/tapestry5/tapestry-ioc/
read this page to get more information on dependecy injection in general you will need this stuff often http://tapestry.apache.org/tapestry5/tapestry-ioc/service.html since you mention ValueEncoder I belive you are using select Component try this little tutorial I wrote recently http://wiki.apache.org/tapestry/Tapestry5HowtoSelectWithObjects generaly, try this page for other tutorials http://wiki.apache.org/tapestry/Tapestry5HowTos Davor Hrg On 9/9/07, Marcus Schmidke <[EMAIL PROTECTED]> wrote: > > I accidentally found this thread and also tried to get Hibernate > integration running. > > Basically, it runs, but I still know too few about Tapestry basics. > > @Inject works fine for page components, but how can I make it work in > other classes? > > Concretely, how can I inject a hibernate session into my ValueEncoder? > > Marcus. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >