Just noticed: if form is initially submitted by 'enter' and then by commandButton, then most of inline error messages are doubled. First ones are printed by server-side validation (client-side skipped by defaultCommand), second - by client-side.
> > Hi! > It looks like client-side validation is intentionally skipped if form is > submitted via tr:form "defaultCommand". Can anyone explain why such a > decision was taken by devs or just why it's useful for client-side to be > skipped in this case? > > Thanks in advance. > P.S. At least tr:form behaves like that in 1.0.2 and 3-4 days old 1.0.3 > revision. >

