On 8/1/06, David Van Stone <[EMAIL PROTECTED]> wrote:
I have a row in a data table which has a few input fields which I want to
validate together. I know the technique of binding the items then using a
hidden input field that is linked to a validator method. As so:

Depending on what you're doing, you might want to look at the
validateCompareTo component in the sandbox.   It's pretty smart about
dealing with the various states two components might be in while
comparing the two.   However, it only compares two fields at a time.
You could use the same code to handle more fields, though.

It's hard to say how well this would work inside of a UIData due to
the rowState issues.

Reply via email to