Hi! My application messages always appear twice in the messages list. I have an x:messages tag in my pages with only an id and styleClass attribute, but the same happens when using the h:messages tag. What could I do wrong here? When I use h:message, the relative messages come out once.
BTW, is it so that one never can be sure if a setter is going to be invoked, even if the value of the input hasn't been changed? What is the most common way to track changes then? An onchange listener? Thanks for any help! Kris

