I have a @GET method returning Viewable. As I know, I can use ${it} to get
the model object. However, the jsp cannot evaluate it and it outputs the
text "${it}" instead.
I have googled for solution and I found a thread [1] talking about it.
However, there is no final solution.
I tried the small example in [1] provided by Paul Sandoz. After some time of
investigation, I found something interesting. I don't know whether it is a
known issue yet.
maven-archetype-webapp generates a web.xml with the following header.