Possible to add or change Validatorrules at runtime?

2003-12-18 Thread Martin Grüneberg
Hi all, I will write a application with fully dynamic htmlforms which i can configure at runtime. For each of the fields of such a form I will define a type (String,Number...) and Constraints like in the validator.xml (range etc.). My question is, is it possible to add form and fielddefinitions

Re: Possible to add or change Validatorrules at runtime?

2003-12-18 Thread Oliver Thiel
Hi Martin, I try achieve something comparable. But I did not use the xml validation, cause as far as I know you have to reload the xml files - which means you have to change the web.xml timestamp so that the server is aware of the change and reloads . bla bla. Here you are two articles