How would I inject the my tapestry Visit for the current request into a hivemind service?
I would expect that each time a service calls a Visit method, the Visit that is for the session that called the service is used. I think I should be able to do the following: Make a VisitSource service with a getVisit() method. Inject the getVisit() property into my service that needs the visit The tricky part is implementing the VisitSource service correctly. I need some ideas. Richard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
