Posts by gduranti • 21 points
2 posts
-
1
votes1
answer593
viewsA: Using data table with on demand feature within a dialog in primefaces
I managed to make the live scroll work by putting one appendTo="@(body)" at the p:dialog and increasing the number of table rows to 50: scrollRows="50". That is, a quantity that requires scroll.…
primefacesanswered gduranti 21 -
1
votes1
answer82
viewsA: Problems compiling Bitbucket +Eclipse
Since this project has the pom.xml file, it is structured with Maven. Maven’s build process follows a life cycle with phases of construction and distribution of the application. To build by Eclipse…