Hi, I have a form that has several inputfields which have a validator. If something is not entered there will be a global message that there was an error and a field specific message.
This works fine. But... I have one field which just has required="true" and for this I get no global message. Is there a Way to get there both messages: One global (that there went something wrong at all) and one specific for the required field? Best regards, Ralf

