EL « Facelets « JSF Q&A





1. Is it possible overload an EL method in JSF 1.1 / Facelets    stackoverflow.com

Is it possible to overload an EL method in JSF 1.1 using Facelets as your view handler? If so, how? For example, I have this code defining my EL methods (which are ...

2. JSF - Create a chain of value with EL    stackoverflow.com

I would like to know if its possible, by using JSF, to make somethings like this :

<ui:include src="#{bean.value/bean.value}.xhtml" />
<ui:include src="#{bean.value/'default'/bean.value}.xhtml" />
In other words, create a chain of EL value (in this ...

3. UpdateModelException ClassCastException in JSF 2.0    stackoverflow.com

I have a facelets page with a ui:repeat tag that outputs the rows of an HTML table and each row accepts user input. This works fines. I also have a second ...

4. EL functions in FACELETS...    coderanch.com

hi guys, my question is when we are using EL FUNCTIONS for internationalization we are making use of tat static function to read the message properties file and locale and get the things accoridng to the locale from the properties.... my doubt is,is it possible to retrieve the datas from a database which we usually get from the properties file using ...