once we type in the text box & move out from the text box, Is that possible to show an validation error messages dynamically. Now It's able show the validation error messages when we submit the form.
            Asked
            
        
        
            Active
            
        
            Viewed 587 times
        
    1 Answers
1
            
            
        Using only Thymeleaf is impossible, because field content is validated on server side (after form submission). You can validate some types of content in html5 like here. Another, more complicated but also more powerful way is to use AngularJS(example) or JQuery(another example)
HTH
 
    
    
        Community
        
- 1
- 1
 
    
    
        Iwo Kucharski
        
- 3,735
- 3
- 50
- 66
