Re: A strange error with MaxLength Validator

2012-03-08 Thread Lance Java
ry is having troubles showing an error message and is trying to > > push a string where an integer should go. > > Somewhere in the validation error message, there is a %d where it should > > be a %s. > > On Thursday, 8 March 2012, Rural Hunter wrote: > > I just meet a s

Re: A strange error with MaxLength Validator

2012-03-08 Thread Rural Hunter
? Tapestry is having troubles showing an error message and is trying to push a string where an integer should go. Somewhere in the validation error message, there is a %d where it should be a %s. On Thursday, 8 March 2012, Rural Hunter wrote: I just meet a strange error with MaxLength Vali

Re: A strange error with MaxLength Validator

2012-03-08 Thread Taha Hafeez Siddiqi
March 2012, Lance Java wrote: >>>> Have you overridden the validation error message? >>>> >>>> Tapestry is having troubles showing an error message and is trying to >> push a string where an integer should go. >>>> Somewhere in the validatio

Re: A strange error with MaxLength Validator

2012-03-08 Thread Rural Hunter
les showing an error message and is trying to push a string where an integer should go. Somewhere in the validation error message, there is a %d where it should be a %s. On Thursday, 8 March 2012, Rural Hunter wrote: I just meet a strange error with MaxLength Validator with tapestry 5.3.1.

Re: A strange error with MaxLength Validator

2012-03-08 Thread Lance Java
estry is having troubles showing an error message and is trying to >> >> push a string where an integer should go. >> >> Somewhere in the validation error message, there is a %d where it should >> >> be a %s. >> >> On Thursday, 8 March 2012, Rural Hun

Re: A strange error with MaxLength Validator

2012-03-08 Thread Rural Hunter
teger should go. Somewhere in the validation error message, there is a %d where it should be a %s. On Thursday, 8 March 2012, Rural Hunter wrote: I just meet a strange error with MaxLength Validator with tapestry 5.3.1. My test page is vary simple(copied from jump start): Page: aaa: t:valida

Re: A strange error with MaxLength Validator

2012-03-08 Thread Rural Hunter
teger should go. Somewhere in the validation error message, there is a %d where it should be a %s. On Thursday, 8 March 2012, Rural Hunter wrote: I just meet a strange error with MaxLength Validator with tapestry 5.3.1. My test page is vary simple(copied from jump start): Page: a

Re: A strange error with MaxLength Validator

2012-03-08 Thread Lance Java
ave you overridden the validation error message? >> >> Tapestry is having troubles showing an error message and is trying to push a string where an integer should go. >> >> Somewhere in the validation error message, there is a %d where it should be a %s. >> >> O

Re: A strange error with MaxLength Validator

2012-03-08 Thread Lance Java
error message? > > Tapestry is having troubles showing an error message and is trying to push a string where an integer should go. > > Somewhere in the validation error message, there is a %d where it should be a %s. > > On Thursday, 8 March 2012, Rural Hunter wrote: >> I jus

Re: A strange error with MaxLength Validator

2012-03-08 Thread Rural Hunter
re in the validation error message, there is a %d where it should be a %s. On Thursday, 8 March 2012, Rural Hunter wrote: I just meet a strange error with MaxLength Validator with tapestry 5.3.1. My test page is vary simple(copied from jump start): Page: aaa: t:validate="maxlength=5&quo

Re: A strange error with MaxLength Validator

2012-03-08 Thread Lance Java
; I just meet a strange error with MaxLength Validator with tapestry 5.3.1. My test page is vary simple(copied from jump start): > Page: > > > > > aaa: > > (required, maxLength=10, letters only) > > > > > > > > > > Then the pa

A strange error with MaxLength Validator

2012-03-08 Thread Rural Hunter
I just meet a strange error with MaxLength Validator with tapestry 5.3.1. My test page is vary simple(copied from jump start): Page: aaa: t:validate="maxlength=5"/> (required, maxLength=10, letters only) Then the page run with error: CreatingValidators1:fir