How does Java expression language resolve boolean attributes? (in JSF 1.2)

前端 未结 2 1691
天命终不由人
天命终不由人 2020-11-29 10:29

So we all know that #{someBean.value} will try and get the content of some property on someBean called value. It will look for g

2条回答
  •  时光取名叫无心
    2020-11-29 10:48

    Basically what you've stated is all there is to it. EL expects the object to follow regular java bean standards. These 2 should help:

    • http://docstore.mik.ua/orelly/java-ent/jnut/ch06_02.htm
    • http://docs.oracle.com/javaee/1.4/tutorial/doc/JSPIntro7.html#wp71019

提交回复
热议问题