Hi,
Is it possible to format the result returned by a spring:message tag, for exemple, to lower case the message that will be displayed ?
Thanks
Olivier
Hi,
Is it possible to format the result returned by a spring:message tag, for exemple, to lower case the message that will be displayed ?
Thanks
Olivier
In short - no.
To do it at the presentation level (in JSP), you would have to write you own tag to wrap around the Spring tag and parse the body.
you can do this sort of thing in FreeMarker or Velocity out of the box, but it's essentially doing the same as a custom JSP tag would do in the background.
Darren Davison.
Public Key: 0xE855B3EA