> From: David Durham [mailto:[EMAIL PROTECTED]
> I kind of stumbled over the spring "glue" for struts, rereading the
> wiki page a few times before the struts.xml action _class_ needs to
> reference the bean name attribute from spring's configuration.  Just
> thinking about it a little more, that seems a bit esoteric.  Would it
> be better to have the class attribute be specified as "spring::bean"
> or "spring:bean", something like that?

You can turn off the autowiring if you don't like how it works or
configure the actions explicitly (I think...)

I didn't find it particularly esoteric that if you have an id and setter
that match that it injects it for you, but that's just me :)

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to