Re: Why the fielderrors in ValidationAwareSupport can't auto clear by itself?

2012-01-02 Thread cwalet
can't auto clear 是什么意思?

struts2 string to map conversion

2011-12-06 Thread cwalet
any body knows how to use Struts2 TypeConversion(in xwork libs) to convert a parameter string to a hashmap object? I tried this: @TypeConversion(key = "phone", rule = ConversionRule.MAP, converter = "java.lang.String") public void setHmss(HashMap hmso) { this.hmso = hmso; } but no

Re: Implementation of Struts 2.x with Struts 1.1

2011-12-02 Thread cwalet
use struts2-struts1-plugin-2.2.3.jar in your struts2.x project to support struts1.x quickly and automaticly - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

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! ---