T
tshad
I have been having some issues trying to get validation to work. On most of
my pages, I have no problem.
But I have a page that has 4 validation objects and none are displaying an
error message, but I have this code:
trace.warn("Before Test on Page.IsValid")
if not Page.IsValid then Exit Sub
trace.warn("After Test on Page.IsValid")
And I never get to the the 2nd trace statement.
How do I find out what it found was not valid?
Thanks,
Tom
my pages, I have no problem.
But I have a page that has 4 validation objects and none are displaying an
error message, but I have this code:
trace.warn("Before Test on Page.IsValid")
if not Page.IsValid then Exit Sub
trace.warn("After Test on Page.IsValid")
And I never get to the the 2nd trace statement.
How do I find out what it found was not valid?
Thanks,
Tom