Open each link a new p:tab in p:tabView

410 views Asked by At

I use PrimeFaces 6.0 and jsf 2.0. I have implemented the datatable search result in searchAll.xhtml page and edit.xhtml to display the detail of each row of datatable, the scope of SearchBean is view scope. Now I want to open every row in new p:tab of p:tabView? My question what is the best scope bean for this? And it is possible to do that (each click open new tab with close button) for all application link, menu, click ?

| Home Tab (x)| Search Tab (x)| Row 1 Detail Tab (x)| Row 2 Detail Tab (x)| Manage User Tab (x)|...

0

There are 0 answers