One of the topics that comes up repeatedly on this forum concerns validation.
Normally, validation involves the insertion of elements in the layout defs with the "CustomCode" parameter used to implement Javascript based validation.
This can be cumbersome and breaks the MVC architecture by mixing business logic and rules with the interface. Furthermore, access to the database is not possible from the client, which can add inefficiency to module design in order to satisfy validation requirements.
In order to provide a robust and extendible validation solution, which is upgrade safe, and language and theme independent, we have developed a validation module which allows the clear seperation of business logic from the interface layer.
I am seeking people to review the documentation (http://www.ecentricmedia.co.uk/AjaxV...opersGuide.pdf) and test the module. So if you have need for either:
- Customised data validation - particularly if this involves data access
- Server side processing upon attempting to save (for example calling a payment gateway prior to saving a payment record)
Then reply to this thread or drop me a line and I'll make the code available to you to try out. All I ask for in return is a testimonial if you find the module useful.
The documentation includes a step by step tutorial. The module was developed for Version 5f. It has only been tested with IE.
nick.holt@{remove}ecentricmedia.co.uk


LinkBack URL
About LinkBacks



Reply With Quote
.

Bookmarks