AbstractMessageSource does not properly interact with DelegatingMessageSource parent [SPR-16047] #20596
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: regression
A bug that is also a regression
Milestone
Hans Desmet opened SPR-16047 and commented
Given following Initializer:
and following Controllers config:
and following Java config
and following controller:
and following Command object class
and following index.jsp
when you run the webapp, leave the field empty and submit the form, you don't see the error message.
The problem is solved in three different ways:
return new Class<?>[] { TestConfig.class }; in Initialzer and uncomment the line return null;
A project to show the problem is at https://github.com/desmethans/formerrorstag.git
Affects: 5.0 GA
Reference URL: https://github.com/desmethans/formerrorstag.git
Issue Links:
Referenced from: commits c3378fd
The text was updated successfully, but these errors were encountered: