> I have tried setting the scope="prototype" but it
> didn't change the error I am seeing.

right, that makes sense. This setting will stop you from having big
problems later on though.

> I am unsure what could be causing this but maybe someone could
> clarify that the:
> 
> com.opensymphony.xwork2.spring.SpringObjectFactory  - Setting
> autowire strategy to name 
>
> is correct, I though it should be setting it to 'type' but I could
> be wrong.

The default is to autowire by name, so if you don't have it set, then
that makes sense. In your original post, it was set though, so it's very
odd. Remember, you're not really going to care about this value, since
your Action is fully Spring managed, but if you telling it to autowire
by 'type' and it's picking 'name', that may be the symptom of something
else.

which version of struts and spring are you using?

Brad Cupit
Louisiana State University - UIS

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

Reply via email to