[S2] problems with validations
Hi, i have this code when i get a error if( person.getNumId() == null || person.getNumId().trim().length() < 9 ) { String[] pars = {"8"}; this.addFieldError( "field.doc" , this.getText( " error.val.minlength" , pars ) ); } where "field.doc" it is a key wit
Re: How to improve dojo performance in Struts 2.0.9
I am newbie in struts 2. How do you do that resources are loaded from the directory rather than the jar? I mean, in which configuration file the directory of dojo and template is written? thanks a lot regards