You could do it using validator. Read "*JavaServer Faces" of Hans Bergsten.* Bjørn T Johansen wrote:
I need to validate two fields on my webpage, two dates, and I need to check if one date is greater than the other. Is this possible? Have I access to the other fields from within my validate method or is there another way of doing this (or do I have to check this in my save method)? Regards, BTJ

