|
From: Steven D. <ste...@gm...> - 2005-04-21 07:39:44
|
Hi guys, You recently extended validator invocation functionality in Web Flow by calling a specific method on a validator instance. I propose to make this behavior more generic. While I think calling a specific method on the validator is a great way to do validation across multiple pages there's a comparable strategy I would like to see implemented. I would like to call a collection of validators linked to a specific string token in a map. The string token would be the equivalent of a method name and would be defined in the flow config. In order to implement this I propose to call specific validator invocations through an interface that would allow different strategies to be implemented. Kind regards Steven =20 --=20 "If you want to be a different fish, you gotta jump out of the school." -- Captain Beefheart |