Possible bug on Spring 'tags/form' for input title and placeholder attributes working with Spring 'message' element [SPR-13444] #18024
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: declined
A suggestion or change that we don't feel we should currently apply
Manuel Jordan opened SPR-13444 and commented
I am working with Spring 4.2.0
I have the following:
i18n (MessageSource) works fine.
For the label and submit the spring:message works fine.
The problem is for the input's title attribute. It always shows the raw content.
It means <spring:message code='persona.fecha.title' /> is not tranformed or interpreted
I can confirm that using <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%> and
for <form:input the STS with Ctrl+Space can show the title attribute.
Seems it is a bug because:
If I use (html directly within the JSP file)
<spring:message code='persona.fecha.title' /> is really tranformed or interpreted
Therefore works fine...
Warning: Same problem for the placeholder attribute.
Affects: 4.2.1
The text was updated successfully, but these errors were encountered: