facelets
JSF 2.0 composite component into jar
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.[详细]
2023-04-02 05:24 分类:问答How to support internationalization & SEO
I have looked over a few similar questions here at stackoverflow and I can\'t seem to locate a clear cut answer.[详细]
2023-04-01 17:49 分类:问答XML or text declaration not at start of entity
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.[详细]
2023-03-31 14:19 分类:问答JSF + Dynatree to make a tree representation
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[详细]
2023-03-31 13:19 分类:问答Can you cascade ajax rendered content in JSF 2.0?
Example: <h:form> <h:commandLink action=\"#{someBean.someAction}\"> <f:ajax render=\"somePanel\"/>[详细]
2023-03-31 04:07 分类:问答JSF view getting rebuild on each ajax request
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[详细]
2023-03-30 21:54 分类:问答How to enable JSR-303 bean validation in Facelets?
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:[详细]
2023-03-30 19:49 分类:问答Facelets: need only an <ui:define> tag of a page
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?[详细]
2023-03-30 06:47 分类:问答Facebook social plugins and JSF
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.[详细]
2023-03-30 06:18 分类:问答Facelets strategy to identify current selected list item
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.[详细]
2023-03-29 23:33 分类:问答