Tag: el
EL expressions are one of the main driving forces for JavaServer Faces. Most dynamic characteristics of pages and widgets are governed by EL expressions. In JSF 1.x, there are …
The other day on one of the projects I am involved with, we ran into an unexpected exception, from an innocent looking EL expression: javax.el.PropertyNotFoundException: … value=”Book #{book.title}”: Missing …
The other day I received the following email: thanks for your ADF articles. I will need an urgent technical help. It would be highly appreciated if you help me. …
Recently I was looking at a JavaServer Faces application, that did something relatively simple – but was exhibiting strange behavior. The output shown on the page (and this is …
Java Server Faces 1.2 as a specification has been out for some time now. JSF 2.0 is in the works – probably looking at finalizing in the Spring of …