Primefaces - dynamic menubar with lazy menuitem loading

661 views Asked by At

I'm moving legacy system to Java-stack. UI of this system have large count of pages with tree hierarchy. For navigation I've used p:menubar. When user logging on menubar is filling. Request all from DB takes much time so I want have lazy initialization for menubar subitems (and for subitems of it's subitems). Is it possible?

0

There are 0 answers