Re: Variable validation

2006-05-05 Thread Aleksej
Denis Souza wrote: Hi, I have an input field that needs to be validated like this: validators="validators:required,min=1,max=X" where X is a value that will be different whenever the page is loaded. However, at least as far as I know, tapestry's validation mechanism only allows you

Variable validation

2006-05-04 Thread Denis Souza
Hi, I have an input field that needs to be validated like this: validators="validators:required,min=1,max=X" where X is a value that will be different whenever the page is loaded. However, at least as far as I know, tapestry's validation mechanism only allows you to set X to a static va