Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 5th, 2012  |  syntax: None  |  size: 0.21 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. display html via JSTL in Spring MVC
  2. model.addAttribute("msg", "<b>akhil</b>");
  3. return "index";
  4.        
  5. <body>
  6.     <h2>Hello World!</h2>
  7.     <c:out value="${msg}" />
  8. </body>
  9.        
  10. <c:out value="${msg}" escapeXml="false"/>