View Single Post
  #2 (permalink)  
Old 07-02-2009, 12:29 AM
Tekerson Tekerson is offline
Senior Member
 
Join Date: Jul 2008
Posts: 288
Default

So you're basically implementing an "Are you sure?" type system via the validator?

The only way I can think of would be to have the validator store the value in the session, a cookie or a hidden field the first time, then only accept it the second time if it doesn't change.
If you could populate the hidden field the first time, it would make the second time act like a "confirm" field (often used for passwords) where both field must match.
__________________
Brenton Alker
PHP Developer - Brisbane, Australia

blog.tekerson.com | twitter.com/tekerson | brenton.mp
Reply With Quote