Hi, I was looking at the source for Token and I saw this comment in there:
// WARNING - for this test to be successful, the token component
must
// be the last input component child of the parent form to be
// processed
I understand why the control needs to be validated after all the other
controls are validated but I am not sure where you specify to validate this
control at the end. Can we specify the order and if so where?
Thanks in advance!
