Re: ActionValidatorManagerFactory

2008-05-07 Thread Jay Bose
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

Re: ActionValidatorManagerFactory

2008-05-03 Thread Jay Bose
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

ActionValidatorManagerFactory

2008-05-01 Thread Jay Bose
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?

Re: mvn assembly struts-2.1+

2008-04-30 Thread Jay Bose
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

mvn assembly struts-2.1+

2008-04-29 Thread Jay Bose
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

Re: Ognl a new dependency?

2006-09-05 Thread Jay Bose
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