Posts by Teizokurei • 33 points
4 posts
-
1
votes1
answer383
viewsA: Sort datatable by attribute
I managed to solve the problem. When I request from the DAO return a MAP < Date , List < Myobject > > already ordered by Date. Methods Of The DAO @PersistenceContext private…
-
0
votes1
answer90
viewsQ: Do not move with Mouse the <p:dialog>
Stupid question however I did not find in any corner, I would like to not allow the user to move the open p:dialog. <p:dialog header="#{MyBean.select.projetos.nome}" widgetVar="lanDialog"…
-
1
votes1
answer256
viewsA: The <p:datatable> is not paginated
I solved both problems removed from the page <c:if test="#{sessionScope.myobject == null}"> <c:set var="myobject" value="#{MyBean.MyObject.id}" scope="session"/> </c:if> changed…
-
1
votes1
answer256
viewsQ: The <p:datatable> is not paginated
Get a page that gets a stop. <f:metadata> <f:viewParam name="id" value="#{MyBean.MyObject.id}" /> <f:event type="preRenderView" listener="#{MyBean.exibir}" /> </f:metadata>…