Re: Error autowiring an interface

2009-03-07 Thread dusty
, strangely enough. > > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message

Error autowiring an interface

2009-03-06 Thread Security Management
So, I have a jsp form that uses: and things like that. The action's method for getUser provides an IUser (an interface). The instantiated class is provided by a dao provider injected by Spring, but all the jsp sees is the IUser type. Now, it works great getting the form generated, but when sub