Did i understood well?? Could you make it work? I'm also having the same problem, i have created another module, UserAuthenticatorModule for validating a login form, but have the same message:
No service implements the interface org.clinica.bd.pages.UserAuthenticator Joshua Jackson-3 wrote: > > On 5/30/07, Davor Hrg <[EMAIL PROTECTED]> wrote: >> I tried @Inject Session session; but it didn't work. >> .... >> >> you probably have an error in log from tapestry demanding for the field >> to >> be private... >> >> try: >> @Inject private Session session; >> >> Davor Hrg > > Thank you so much. I've got it running now. > > -- > YM!: thejavafreak > Blog: http://www.nagasakti.or.id/roller/joshua/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/T5---Service-injection-and-ioc-tf3834669.html#a10898922 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
