Posts by Robson Silveira • 131 points
3 posts
-
1
votes1
answer57
viewsQ: Timeout configuration for a single call in Spring Boot
It is possible to set timeout for a single specific Controller class in Spring Boot, how can I do this? Because using the property spring.session.timeout it arrow the timeout for the application as…
-
0
votes1
answer216
viewsA: Jsf 2 - Datatable does not select the line at the click and does not recognize paging
Follow my two-part solution: 1st - The Line was not selecting by mouse click: Well, I ended up discovering a form that selects through Javascript, in the following link shows how to do this task and…
-
2
votes1
answer216
viewsQ: Jsf 2 - Datatable does not select the line at the click and does not recognize paging
I’m using the Jsf 2 WITHOUT Primefaces and would like to know how I do to solve the following problem: My DataTable is loading the data correctly, but it does not allow me to select the line that…