Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • @sgpalit Assume it contains a list of strings. I need to iterate over the String list and map each string to another.
    – mtyurt
    Commented Apr 22, 2015 at 13:51
  • Do you use the JSP?
    – chengpohi
    Commented Apr 22, 2015 at 13:56
  • I'm using Thymeleaf.
    – mtyurt
    Commented Apr 22, 2015 at 13:56
  • Do you try parse your model to a JSON object? and use Thymeleaf to iterate. I am not familar with Thymeleaf.
    – chengpohi
    Commented Apr 22, 2015 at 13:59