--- Mike Molina <[EMAIL PROTECTED]> wrote: > The error appears to be happening because it cannot > find the Spring interface ApplicationContextAware. I > would think that if Struts 2 had any dependencies on
> this interface, it would include them in its own > JARs, and not require the user to go download the > Spring framework during normal installation. If you are going to use Spring as your object factory then you will need to download Spring; S2 provides a *plugin* for Spring integration, but not Spring itself. This makes sense if for no other reason than Spring is big, and you should be able to pick and choose which Spring components you want rather than create a dependency on the entire Spring distro. S2 doesn't "depend" on Spring unless you tell it to (or, perhaps in this case, someone told it for you). d. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]