I was reviewing the following link and found out that javax.faces.webapp.ValidatorTag is deprecated and replaced by ValidatorELTag, however I can't seem to find any good information about this.
I want ...
I'm designing the view for my site, which has a standard login and landing page, and I want to have an onLoad function called for my login page, but not for ...
I have a bean with field status. Depending on status value different css class should be applied to render it.
So, I need something like this (very far from real things pseudocode):
We use facelets to create some custom ajaxy components. One of the behaviours we would like to mimic from the default components is that an id is optional, and an ...
I can't seem to get a clear answer as to the concrete difference between Java Server Faces vs. so-called facelets. Can anyone give me a clear-as-day answer?!?
Also, I understand that either ...
what is the alternative to <c:set> after the view is built ?
Generally <c:set> works when the view is being built. After that, how do I change that ?
For example, what would ...
I have received this error for
<%@taglib uri="http://java.sun.com/jsf/facelets" prefix="ui" %>
But I have library facelets-lib.jar
I suppose that library in facelets, but file jsf-facelets-1.1.10.jar
not contains tld descriptors.
What file is correct?
Actually, I do not know the reason why JSP and Facelets can be called competitors. They are very complimentary to each other. Facelets has a great and smoothly integrated with JSF templates framework (but not only it, of course). At the same time, the data iteration like jstl c:forEach is out of the scope for facelets. You cat create new JSF ...