menubar « PrimeFaces « JSF Q&A





1. How do i set the active tab in Primefaces tabView?    stackoverflow.com

I have a menubar in which two items on a submenu, both calling the same page:

<p:menubar autoSubmenuDisplay="true">  
   <p:submenu label="Perfil">  
     ...

2. p:menubar item ordering    forum.primefaces.org

I'm looking to use primefaces as a replacement for richfaces in an update project. I have however hit one problem which could be a show stopper if I cant solve. It ...

3. PrimeFaces MenuBar    forum.primefaces.org

h:commandLink yerine p:commandLink kullanmaniz gerekiyor. Ayrica bu ozellik 1.0.0.RC de desteklenmiyor, 1.0.0-SNAPSHOT surumunu kullanmalisiniz. Menu elemaninda tiklayinca action mi calistirmaya calisiyorsunuz. Selamlar

4. Prime faces menubar    forum.primefaces.org

Iyi gunler.. Primafaces menubar kullanmak icin, menu itemlerini dinamik olarak bean`den okutmak istiyorum, ancak bi yerden sonra takildim. Code: @ManagedBean public class MenuBean { private List

menus; private Menu ...

5. Menubar using ValueExpression    forum.primefaces.org

Hi, i'm trying to create a dinamically primefaces menubar, but, i got a problem. I need to use ValueExpression in property Value or ValueExpression (I'm not sure what's the correct option ...

6. Problem with menubar in p:layout (PF 3.0.M2-SNAPSHOT)    forum.primefaces.org

25 May 2011, 09:02 by pstawik Problem with menubar in p:layout (PF 3.0.M2-SNAPSHOT) Hi, I'm using primefaces 3.0.M2-SNAPSHOT (nightly build -> 24.05.2011) and I have a problem with the dropdown menus ...

7. Bug: Menubar after partial update    forum.primefaces.org

Hello, Menubar items lose mouseover event and will be not highlighted any more after partial update of container with menubar inside. I've tried to re-render menubar (s. code below), but no ...

8. Menubar stays behind layout (unit)    forum.primefaces.org

27 Jul 2011, 16:17 by laurens Menubar stays behind layout (unit) Hello, I am having an issue with a menubar that is hidden behind another layout. I have read several other ...

9. Dynamic MenuBar not so dynamic    forum.primefaces.org

>> << _lucas_ Posts: 10 Joined: 09 Jul 2011, 22:42 03 Aug 2011, 02:29 by _lucas_ Dynamic MenuBar not so dynamic Hi everybody, I have the following problem: I have a ...





10. Problem with a Menubar    forum.primefaces.org

Hello , I'am using primefaces 2.0, I want to use Menubar ,my problem is that the bar appear with different theme not like the menubar in the primefaces showcases! What it ...

11. Problem with styeclass attribute from menubar    forum.primefaces.org

07 Aug 2011, 23:02 by JHanne Problem with styeclass attribute from menubar Hi, good night everyone, Im using JSF and PRIME, and have downloaded a css from JQuery, that i can ...

12. Problems with MenuBar    forum.primefaces.org

hello, everybody. I am new in this framework and I am work in a little project, and I try to put a menubar in my page index.xhtml, and this only show ...

13. Primefaces 3 Layout with Menubar    forum.primefaces.org

03 Sep 2011, 18:48 by jim.webguru Primefaces 3 Layout with Menubar Hello, I am using Primefaces 3, Glassfish 3.1.1, JSF 2, and MyFaces CODI. I have an issue with the full ...

14. Menubar update causes disapearance    forum.primefaces.org

15. Dynamic Toobar like Menubar    forum.primefaces.org

16. Menubar Ordering Issue    forum.primefaces.org

Apparently, a dynamically created Menubar does not preserve the order in which items/submenus are added to it. It seems as if submenus are ALWAYS listed before menu items. This is a ...





17. MenuBar update not calling getModel method    forum.primefaces.org

18. own implementation for autosubmenudisplay in menubar in M4    forum.primefaces.org

Hey there, I've just tested the new version of Prime Faces 3.0.M4 and I have noticed the autosubmenudisplay was removed. Is there a way to reimplement or simulate it in my ...

19. How to update a menubar    forum.primefaces.org

21 Nov 2011, 11:00 by eppleton How to update a menubar Hi, I have a menubar that get's it's Model from a MenuController ManagedBean. I'm trying to update the menubar, after ...

20. BUG - primefaces menubar bug in 2.2.1    forum.primefaces.org

02 Dec 2011, 17:36 by ymajoros BUG - primefaces menubar bug in 2.2.1 Hello, Using Primefaces 2.2.1, if a submenu of a menubar is too big for the browser window, it ...

21. Progamatic built MenuBar issues    forum.primefaces.org

Once I converted a MenuBar to be built programtically, it stopped rendering on the screen. To get it working again I added: Code: link type="text/css" rel="stylesheet" href="#{facesContext.externalContext.requestContextPath}/javax.faces.resource/wijmo/wijmo.css.jsf?ln=primefaces&v=2.2.1" />