include « PrimeFaces « JSF Q&A





1. JSF2: add ui:include to binding object's children    stackoverflow.com

I have a UIComponent that is binded to a backing bean. I'd like to add a child to the component that corresponds to the ui:include tag, through my backing bean's init ...

2. p:commandButton update doesn't work in ui:include    stackoverflow.com

I want to update a part of a page by PPR. This is the part of page that i want to update:

 <h:panelGroup id="aggiungiAuto"
         ...

3. Primefaces tree - selection not updated in with     stackoverflow.com

I'm experimenting using a navigation tree with a <p:layout /> and an <ui:include />, which I want to dynamically update the <ui:include /> when I click on a tree node.

<!DOCTYPE html ...

4. Dynamic UI include in Primefaces Dialog    stackoverflow.com

I'm working on a schoolproject and encountered a problem with dynamic ui insert. I'm currently working in JSF2.0 / Primefaces 3 M1. The main problem is that I want to have a Primefaces ...

5. JSF dynamic include using Ajax request    stackoverflow.com

In JSF2, is it possible to change the of value of src of ui:include dynamically using Ajax request (like for example PrimeFaces p:commandButton)? Thank you.

<h:form>        ...

6. How can I include a JS file with query string in ?    stackoverflow.com

In JSF page I use this code to include a JS file:

<h:outputScript library="js" name="reworkBase.js" />
It works well, but I want to implement cache busting by adding a version parameter:
<h:outputScript library="js" name="reworkBase.js?version=1" ...

7. dataExporter does not include header if taken from bundle    forum.primefaces.org

30 Dec 2009, 19:12 by sushmasharma79 dataExporter does not include header if taken from bundle Hi, I am trying to export data of a dataTable into excel using dataExporter. I am ...

8. Including a page programatically    forum.primefaces.org

Code: public class ManagePage implements Serializable { private HashMap mapPage = new HashMap(); private String linkId=""; public ManagePage(){ ...





10. Tree node selection did not update with dynamic ui:include    forum.primefaces.org

24 May 2011, 07:03 by airwave209 Tree node selection did not update with dynamic ui:include Hi, I'm experimenting using a navigation tree with a and an , which ...

11. Dynamic ui:include updates with partial rendering don't work    forum.primefaces.org

I'm trying to create an AJAX-based wizard-component with PrimeFaces, which would include the wizard page content dynamically using ui:include that refers to a backing bean property. However, it seems that updates ...

13. if include prototype.js with primefaces button problem    forum.primefaces.org

Hi All, Im using primefaces-3.0.M2. with jsf. Im including prototype.js in my application to create javascript Class and using that. It works fine but if i click primefaces Command buttons for ...

14. p:ajax included in p:datatable problem    forum.primefaces.org

15. Insert/include not being inserted/included    forum.primefaces.org

>> << michael.couck Posts: 1 Joined: 03 Aug 2011, 17:13 03 Aug 2011, 17:24 by michael.couck Insert/include not being inserted/included Hi, Being new to Jsf and PrimeFaces I am sure this ...

16. graphic image not working while using ui:include    forum.primefaces.org

>> << rubi Posts: 160 Joined: 24 May 2010, 16:53 13 Sep 2011, 11:20 by rubi graphic image not working while using ui:include Here is the code I am using... phototest.java ...





17. Lightbox to include segment...    forum.primefaces.org

13 Oct 2011, 20:46 by JavaMan Lightbox to include segment... I'm not quite sure how to describe what I'm doing so I'll include the code to help out: Code: ...

18. TabView and ui:include not working correctly    forum.primefaces.org

02 Nov 2011, 14:40 by ratang2000 TabView and ui:include not working correctly Hi, I'm using tree node on the left side of the page and on selection of the node, it ...

19. Layout-Datatable Problem in including Pages    forum.primefaces.org

14 Dec 2011, 14:48 by ahmetdal90 Layout-Datatable Problem in including Pages Hello all im using PrimeFaces 3.0R1 There is Full Page Layout in my main page.On west position there is a ...

21. Ajax navigation    forum.primefaces.org

22. Dinamik Sayfa Yklemede Sorun- ui:include    forum.primefaces.org

>> << kemalsekerci Posts: 3 Joined: 11 Aug 2010, 22:21 12 Aug 2010, 21:57 by kemalsekerci Dinamik Sayfa Yklemede Sorun- ui:include Merhabalar, primefaces ile navigasyon sayfas oluturmaya alyorum ama baaramadm. sayflarm ...

23. Unable to open Login page if i include jsf-impl.jar    forum.primefaces.org

03 Sep 2010, 06:54 by sridhar.reddy Unable to open Login page if i include jsf-impl.jar Hi, When i include the jsf-impl.jar jar file in my application lib folder and start application ...

24. Getting Error when i include Primefaces    forum.primefaces.org

>> << dhands Posts: 2 Joined: 23 Sep 2010, 17:59 23 Sep 2010, 18:13 by dhands Getting Error when i include Primefaces Hi, I am new to Primefaces. i am using ...

25. Dynamic include contents    forum.primefaces.org

07 Dec 2010, 05:14 by zsuiqiang Dynamic include contents I use a fullpage layout in main page.I put a tree in left unit for navigation,i want dynamic update the included contents ...

27. load dynamic page by using     forum.primefaces.org

i want to load different pages by dynamic way by using the following i have tree ,each click on node the urlPage ...

29. What others library need to include to make fileUpload work    forum.primefaces.org

public void handleFileUpload(FileUploadEvent event, String location) { FacesMessage msg = new FacesMessage("Succesful", event.getFile().getFileName() + " is uploaded. Location: " ...

30. Saving bean passed via ui:include    forum.primefaces.org

28 Jan 2011, 13:14 by Vikky Saving bean passed via ui:include Hello, I would like to be able to use different actions on different beans passed vie input. The code might ...

31. Problem with a dataTable inside an include    forum.primefaces.org

32. Primefaces not rendered properly within ui:include /facelets    forum.primefaces.org

>> << kylt Posts: 9 Joined: 04 Feb 2011, 16:13 04 Feb 2011, 17:09 by kylt Primefaces not rendered properly within ui:include /facelets Hi all, I am quiet new to primefaces ...

33. How to include the css for Theme in 2.2    forum.primefaces.org

11:26:39,590 SEVERE [javax.enterprise.resource.webcontainer.jsf.application] Error Rendering View[/WEB-INF/flows/main/intro.xhtml]: javax.faces.FacesException: Error loading theme, cannot find "theme.css" resource of "primefaces-ui-lightness" library

34. Javascript include problem    forum.primefaces.org

I'm having problems with javascript files not being included when using . In this case I'm trying to use the p:dashboard component. E g dashboard.css loads fine, but dashboard.js does ...

35. Some tags don't work when including page dynamically    forum.primefaces.org

>> << csfreebird Posts: 13 Joined: 13 Nov 2010, 15:35 20 Feb 2011, 13:17 by csfreebird Some tags don't work when including page dynamically Hello,I dynamically include some pages by using ...

36. Faceslets using ui:include within p:tabView    forum.primefaces.org

Caused by: java.lang.ClassCastException: com.sun.facelets.compiler.UIInstructions cannot be cast to org.primefaces.ui.component.tabview.Tab at org.primefaces.ui.component.tabview.TabViewRenderer.encodeTabHeaders(TabViewRenderer.java:83) at org.primefaces.ui.component.tabview.TabViewRenderer.encodeTabViewMarkup(TabViewRenderer.java:57) ...

37. Including one xhtml file in another xhtml file in JSF2.0    forum.primefaces.org

Hi, How to include one xhtml file (having prime faces code) in another xhtml file. Am using JSF 2.0 The second xhtml file that has to be included will come some ...

38. dynamic facelet include update problem    forum.primefaces.org

Code: ...

39. How to include a xhtml page in the current view dynamically    forum.primefaces.org

I tried with TabView dynamic loading function. It loads the first page successfully. But i need to load the same page in another tab also where all the things go wrong. ...