I\'m trying create a composite component to use across my projects, so, I\'ve created a project called \"componentes-ui-web\" and putted 2 xhtml files that are my components.
I have looked over a few similar questions here at stackoverflow and I can\'t seem to locate a clear cut answer.
Sorry being a bit daft. But I come to understand (my lack of knowledge) that it\'s not possible to forward to another page, if you want use RichFaces components on that page.
I\'d like to draw a tree that is generated in JSF. I thought I\'d use DynaTree and avoid using component libraries, although i\'m starting to have second thoughts seeing the complexity of the solutio
Example: <h:form> <h:commandLink action=\"#{someBean.someAction}\"> <f:ajax render=\"somePanel\"/>
I\'m having a performance problem with my JSF/RichFaces/Facelets ajax requests and from what I can tell its because the entire component tree is being rebuild on each ajax request.This is happening ev
I\'m using spring CDI and a customized \"View\" scope. (See this about how it works.) The view bean is annotated with JSR-303 validation rules as following:
Okay, to include a page in another page I need <ui:include src=\"pageName\"/> tag. But if i want to include only a portion of a page?
I have to integrate the Facebook social plugins into a JSF application. This recommends that I add the fbml namespace to the xhtml file that it\'s rendered in the response.
I am looking for a strategy to avoid code duplication across my site. The problem is that I have a unordered list that get\'s repeated in each page I code.