Hi Rachel, 2007/7/24, RachelS <[EMAIL PROTECTED]>:
Even after reading the documentation, I still could not see (whether on 4.0 or 4.1) how to get the more detailed validation of Tacos forms to work. The one way (with profiles) i imagine would involve writing a js profile for every form and having the form know about every field in every component on it that requires validation. That said, I'm still not sure how I would then get the server side validation to work in a similar way to the Validators of 4.0.
In Tap 4.1, you can do all the things you could do with Tacos' Ajax* components directly with the native Tap-components. For example, the standard form will create your validation profile automatically - and it will support async submission, update of selected components and so on. /Marcus