JSF 2: How show different ajax status in same input?
问题 I would like to validate every field in my form when each field lose the focus, when this happens i would like these actions happen: 1) in the right side of the field appears an image, a .gif (to represent that the system is checking the user input) 2) when finished appears another .gif (which depends of the input, 'sucess.gif' or 'error.gif', for example) and a message on the right side. I don't want to use popup or something like, the user is gonna lose usability and i don't want this. I'm