navigation « PrimeFaces « JSF Q&A





1. use primefaces tree component as a navigation menu    stackoverflow.com

I am building a store website for my school and I am trying to add a tree as a category menu, but I cannot navigate to another page. I receive all ...

2. Partial page rendering with Primefaces - JSF 2.0 navigation    stackoverflow.com

I am trying to create a facelet page which updates <ui:insert> elements with ajax calls. Whenever a <p:commandButton action="next"/> is clicked ajax call should take place and only <ui:insert> parts of ...

3. JSF: Navigation issue (Ajax / Non-Ajax)    stackoverflow.com

When the following (PrimeFaces) button is pressed

<p:commandButton value="Search"
                 actionListener="#{personController.searchPersons}"
       ...

4. JSF 2 Prime Faces Navigation Using Menu and Panels    stackoverflow.com

Hi there Im just learning JSF 2 using Primefaces.
I have a question regarding their Panel example. I would like to use the left panel as a placeholder for my Navigation ...

5. Web site: navigation bar    stackoverflow.com

I'm creating a simple web site. At the top there should be an image, directly beneath it should be a navigation bar. Depending on the selection in the navigation bar the content should ...

6. How to achieve partial navigation in JSF2 and Primefaces 2    stackoverflow.com

I have left panel that contains the link to different pages. The right panel is the one that should be updated with the new page based on the link clicked in ...

7. Navigation to call action for bean class    stackoverflow.com

I am using JSF 2.0 and PrimeFaces 3.0. I have uploaded the images and have to crop the image. The images are uploaded and successfully displayed in the upload pages. When ...

8. JSF/PrimeFaces selectOneMenu change view-id    stackoverflow.com

I'm using JSF2 and PrimeFaces3. How can I write selectOneMenu that would invoke JSF navigation to redirect user to another page when he change option in menu?

9. Navigation problem    forum.primefaces.org

06 May 2011, 14:25 by Devos Navigation problem I want to navigate from one page by this component: it is part of a page that is inside a ...





10. Primefaces components and navigation problems    forum.primefaces.org

12 May 2011, 16:56 by tiagoperes Primefaces components and navigation problems Hello everybody, I'm having some problems with Primefaces and JSF navigation. My application does the following: At "pesquisa.xhtml" I list ...

11. Calendar Navigation    forum.primefaces.org

(Primefaces 2.2) I have a Calendar set up with yearRange="c-1:c+2". Last year, this year and the next two years. Initially, the drop down correctly displays the years <2010, 2011, 2012, 2013>. ...

14. Menu navigation between layouts    forum.primefaces.org

30 Jun 2011, 10:46 by orkan Menu navigation between layouts Hi; I have been using PrimeFaces for a couple of days and my first impression is a superb tool. But as ...

15. TabView disable client side navigation?    forum.primefaces.org

I'm using a tabView to display sections of a test which must be completed sequentially. The desired functionality is to navigate to the next tab only upon clicking a certain button ...

16. Simple Navigation with ajax and full layout    forum.primefaces.org

14 Jul 2011, 18:55 by HaukeG Simple Navigation with ajax and full layout Hello everyone, I am trying to get a simple full layout to work with a navigation on the ...





17. navigation menu    forum.primefaces.org

18 Jul 2011, 10:53 by prophet navigation menu Hello everybody! Can somebody help me? I want to make application with a full page layout and navigation menu (or tree). |-----------------------------|------------------------------------------| |----navigation ...

18. Navigation problem    forum.primefaces.org

30 Jul 2011, 16:32 by skyweb Navigation problem Hey, i'm facing a problem when i try to navigate to another page after selecting a datatable's row! when i select the row ...

19. DataTable paginatorTemplate with strange icons navigation.    forum.primefaces.org

04 Aug 2011, 16:19 by dluisbr DataTable paginatorTemplate with strange icons navigation. Hi, I'm using DataTable with attribute paginatorTemplate="{CurrentPageReport} {FirstPageLink} {PreviousPageLink} {PageLinks} {NextPageLink} {LastPageLink} {RowsPerPageDropdown}" and the navigation icons are left ...

20. Navigation Using Menu and Panels    forum.primefaces.org

10 Aug 2011, 08:37 by royjavelosa Navigation Using Menu and Panels Hi there Im just learning JSF 2 using Primefaces. I have a question regarding the Panel example. I would like ...

21. pm:commandButton : Navigation Problem    forum.primefaces.org

10 Aug 2011, 18:33 by DerIngo pm:commandButton : Navigation Problem Hello! I have the following simple Page, which should go further to "helloPrime"-Page after a click on the Login-Button. But after ...

22. Is an AJAX navigation possible using "action" attributes?    forum.primefaces.org

domains /domains.xhtml ...

23. Wizard component / indicate backward navigation    forum.primefaces.org

Hello, the wizard component allows to modify the navigation order by evaluating the current and next steps (regarding the default tab order). The component itself does not keep track of steps ...

24. p:commandButton navigation question    forum.primefaces.org

I'm having problems with page navigation using p:commandButton. If I use: I can navigate to my HomePage.xhtml with no problem, but if I change that to a ...

25. layoutUnit navigation using programmatic menu.    forum.primefaces.org

...

26. Navigation question    forum.primefaces.org

I am new to PrimeFaces and having problems navigating between pages using PrimeFaces components. I have a page with this very simple example I used for testing: Code:

28. Prevent Navigation to next Tab in TabView    forum.primefaces.org

15 Jun 2010, 15:52 by krutikf Prevent Navigation to next Tab in TabView Hi everybody, is it possible to prevent navigation to a tab in TabView ? We have to implement ...

29. navigation problem with menu    forum.primefaces.org

Ok, moved this to the support forum. Since you are doing an ajax request, redirect is necessary to navigate. If you set ajax="false" on menuitem, you can use it without redirects ...

30. tabview for navigation purposes    forum.primefaces.org

Hi, it looks like that tabview is not meant for navigation purposes. I'd like to use tabview as follows: Every tab has its own jsf page and a page within a ...

31. p:wizard first tab navigation    forum.primefaces.org

I'm new to primefaces, and may be missing something obvious. When using the wizard, the back arrow is displayed for the first tab. I've also verified this in the showcase. I'm ...

32. Problem with Navigation Flow when using     forum.primefaces.org

//This should take me to NewFacility.xml

33. onNodeSelect Navigation rule    forum.primefaces.org

public String onNodeSelect(NodeSelectEvent event) { if ( event.getTreeNode().getChildCount() == 0 ) { ...

34. p:commandButton Basic JSF navigation    forum.primefaces.org

19 Aug 2010, 21:23 by pierrefrancis p:commandButton Basic JSF navigation Hi, Considering I'm into JSF for only 2 weeks and even newer with PrimeFaces I would be glad to get some ...

35. Correct navigation handling    forum.primefaces.org

Hi, 1) p:commandLink is for ajax only, if you need to navigate another page I suggest using h:commandLink. 2) Is the submit you mentioned a full page submit without ajax? Can ...

36. Navigation path question    forum.primefaces.org

25 Aug 2010, 17:54 by fiktion Navigation path question I am using Primefaces with JSF 2.0. I am using the layout component and have three layoutUnits, left, center, and right. On ...

37. Navigation Menu    forum.primefaces.org

21 Sep 2010, 13:34 by draco Navigation Menu Hi, I am hoping someone on this forum can help me sort out a problem I've been having. Let me just say, I ...

38. Navigation with MenuBar (2.2M1, JSF2)    forum.primefaces.org

* ...

39. Single page navigation    forum.primefaces.org

Hello, I have never used PrimeFaces before. I am looking to use it in a new project and would like to know if it is possible to do single page navigation. ...

40. top navigation bar not showing    forum.primefaces.org

>> << deltaforce Posts: 1 Joined: 15 Nov 2010, 20:44 15 Nov 2010, 21:03 by deltaforce top navigation bar not showing Hi Everyone, I recently decided to add Primefaces to a ...

41. Issues of updating layoutUnit from navigation tree    forum.primefaces.org

19 Nov 2010, 06:29 by ozbluesky Issues of updating layoutUnit from navigation tree Hi, This is a very common use case. I need to generate a page using p:layout, on the ...

42. After navigation app requires I click everything twice    forum.primefaces.org

...

43. Is it possible to use a tree for navigation    forum.primefaces.org

Hi all, I was wondering if anyone has already tried to use a tree to display some kind of page menu that gives the user the chance to choose the content ...

44. Navigation with p:commandButton    forum.primefaces.org

Code: public String save() { if(modify == 0) { logger.info("Anforderung: Klasse anlegen"); ...

45. navigation error in datatable with p:commandLink ..    forum.primefaces.org

>> << atamer Posts: 8 Joined: 14 Dec 2010, 15:38 14 Dec 2010, 15:45 by atamer navigation error in datatable with p:commandLink .. Hello It is very strange that anybody pointed ...

46. use p:Tree for navigation    forum.primefaces.org

...

47. p:carousel vertical navigation icons.    forum.primefaces.org

48. Sliding menu for navigation    forum.primefaces.org

16 Feb 2011, 12:58 by patrizio Sliding menu for navigation Hi All, I'm trying to use a sliding menu to navigate between panels of a web application. I would like to ...

49. Calendar - Navigation    forum.primefaces.org

I was looking at the Primefaces Labs Showcase (PrimeFaces 3) and when looking at the Calendar - Navigator example, I noticed that the selectOneMenus where you select the Month and the ...

50. datatable navigation with commandButton on row selection    forum.primefaces.org

public String onRowSelectNavigate(SelectEvent event) { FacesContext.getCurrentInstance().getExternalContext().getFlash().put("selectedCar", event.getObject()); ...

51. NAVIGATION PROBLEMS WITH JSF 2.0.1    forum.primefaces.org

>> << Inah Posts: 31 Joined: 18 Nov 2009, 00:01 Location: Brazil 07 Dec 2009, 16:58 by Inah NAVIGATION PROBLEMS WITH JSF 2.0.1 merhaba ! I'm migrating to JSF 2.0.1 (mojarra ...