Chapter 4, Working with Spring Tag Libraries

Questions

Answers

Consider the following data binding customization and identify the possible matching field bindings:

@InitBinder    
public void initialiseBinder(WebDataBinder binder) {    
   binder.setAllowedFields("unit*");    
}   

2. unitPrice

4. united

Get Spring MVC Beginner’s Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.