> how many people still find web applications using > client-side validation being used for such things...
We still see many that have no validation and instead rely on the database to enforce length and type (blurgh), but only a few that have client-side only validation.
I would say the percentage of applications that we review that validate thoroughly at all entry points (and respond appropriately) is less than 5%.
Martin...
Really? 5% I am not certain that I have ever even seen 1.
Dennis Groves