Re: Injecting Session into DAO

2012-06-07 Thread skow
Thank you for the reply Thiago - it is much appreciated! A couple follow-up items: I got the notion that there was a 'Session' service from the code below. When put in AppModule.java, it seems to work just fine when the DAO is directly injected in a Tapestry Page: public static IUserDao bui

Injecting Session into DAO

2012-06-07 Thread skow
There is a lot of info out there on Tapestry Injection...perhaps too much. ;) I'm having trouble with what I believe to be something fairly simple - the answer just evades me... Here is a simplified view of the classes I'm trying to get to work together: NewUserPage.java (Tapestry Page backing