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