~Alexis OpresamanJul 13, 2011, 3:58 PM129 PostsRe: Can custom property validation make one or another required?Typo? The first returns a reference to the toString function, while the other returns the result of toString()
~Julia OpjipymanetsiJul 13, 2011, 4:51 PM23 PostsRe: Can custom property validation make one or another required?Maybe... return ((first.toString() == "" && second.toString() =="")?false:true)
~Alexis OpresamanJul 14, 2011, 4:39 PM129 PostsRe: Can custom property validation make one or another required?I did a little testing, and it looks like the properties might not be aware of each other when the validation runs.