We're having some difficulties writing complex validators in JSF.  In
many cases we have a field whose validation depends on the value of
another field.  JSF doesn't really handle this situation very well in
the processValidations phase because you don't have access to the
other values.

I've run into this problem with dialogs where I'd really like to be
able to access #{dialog.data} inside my validator but its not updated
yet.  It seems like Shale might be able to provide a lifecycle
"add-on" here that would help developers deal with this shortcoming.

sean

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to