Results 1 to 3 of 3

Thread: Formatting spring:message result

  1. #1
    Join Date
    Aug 2004
    Location
    Paris
    Posts
    43

    Default Formatting spring:message result

    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

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, Australia
    Posts
    1,104

    Default

    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.

  3. #3
    Join Date
    Aug 2004
    Location
    London, UK
    Posts
    339

    Default

    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

Similar Threads

  1. Replies: 9
    Last Post: May 19th, 2009, 03:35 AM
  2. Replies: 0
    Last Post: Sep 5th, 2005, 09:40 AM
  3. Replies: 2
    Last Post: May 11th, 2005, 02:56 PM
  4. Unclosed Hibernate Connection
    By jvargas in forum Data
    Replies: 4
    Last Post: Mar 28th, 2005, 01:24 PM
  5. ignoring result sets
    By BigLou in forum Data
    Replies: 3
    Last Post: Dec 31st, 2004, 03:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •