Method calls in EL

前端 未结 4 1904
逝去的感伤
逝去的感伤 2020-12-19 12:58

When I write Java webapps, I usually use JSTL tags. I think that these tags are great, except for one thing that pisses me off: while the expression language allow you to ac

4条回答
  •  温柔的废话
    2020-12-19 13:22

    Have a look at Seam! With Seam, EL became the way it should be. Calling methods even with parameters works like a breeze.

提交回复
热议问题