direction.
--- Jay Bose <[EMAIL PROTECTED]> wrote:
> Jeromy, Thanks.
>
> I asked this in there, and received no response.
> I will look at the use of @Inject.
>
> --- Jeromy Evans <[EMAIL PROTECTED]> wrote:
>
> > Hi Jay,
> >
> > This questi
that XWork provides a DI mechanism. The
> ValidatorFactory can be injected into a property or constructor using
> the @Inject annotation in objects created by the framework. See the
> beans in struts-default.xml and the usages of @Inject,
> Container.getInstance and Container.i
While I used WebWork-2, and the XWork associated with it, I was able to
programmatically
retrieve action validation using the ActionValidatorManagerFactory.
Now, it seems this class was removed.
Any suggestions on how to programmatically get a ValidatorFactory instance?
Thanks Antonio, that solved it.
--- Antonio Petrelli <[EMAIL PROTECTED]> wrote:
> 2008/4/30 Jay Bose <[EMAIL PROTECTED]>:
> > I'm upgrading from WebWork-2 to the most recent Struts-2(.1.x) that
> > contains a
> working
> > instance of Do
I'm upgrading from WebWork-2 to the most recent Struts-2(.1.x) that contains a
working
instance of Dojo. Following the directions on
http://struts.apache.org/2.x/docs/building-the-framework-from-source.html and
http://struts.apache.org/2.x/docs/building-with-maven.html, I successfully ran
this
co
I get the error below when using the released WebWork-2.2.4. Since I am just
using the released version, is there something else I may be doing wrong?
java.lang.NoClassDefFoundError at
com.opensymphony.xwork.ActionContext$ActionContextThreadLocal.initialValue(ActionContext.java:328)
at