Re: How to improve dojo performance in Struts 2.0.9

2007-10-10 Thread juanc
thanks at all, my application work fine now, the load of pages took too much time. Juan Carlos Musachy Barroso wrote: > > Oh, that makes more sense :), in 2.1 there will also be a property to > specify the base url to load dojo, so you could use a different dojo > distribution (served from any

[S2] problems with validations

2008-01-31 Thread juanc
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