struts2 annotation

2011-11-30 Thread cwalet
hi,all do struts2.2.3 supports com.opensymphony.xwork2.conversion.annotations.TypeConversion annotation? i've search the source in both xwork and struts,but not anything did i found how struts2 resolve the @TypeConversion and @Conversion annotation. any help would be great! ---

Re: using xwork validator programatically?

2011-11-30 Thread Łukasz Lenart
2011/11/30 Josep García > This way, it works, but the downside: 149 line source file to work around > the problem. > Could you prepare a patch and label it with 3.x ? Maybe we'll be able to refactor the manager with your changes Kind regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl

Re: using xwork validator programatically?

2011-11-30 Thread Łukasz Lenart
2011/11/30 Josep García : > If I pass in a dynamic context name, like in validatorManager.validate(this, > "my-validation"), the AnnotationActionValidator calls its method > getValidators: > >     public synchronized List getValidators(Class clazz, String > context, String method) { >     final

Re: using xwork validator programatically?

2011-11-30 Thread Josep García
If I pass in a dynamic context name, like in validatorManager.validate(this, "my-validation"), the AnnotationActionValidator calls its method getValidators: public synchronized List getValidators(Class clazz, String context, String method) { final String validatorKey = buildValidatorKe