Posts by Blas • 51 points
3 posts
-
2
votes0
answers47
viewsQ: Primeng - Column Toggler - Selection of certain columns
Olás! I’m using the Primeng Datatable column selection feature. Among the 12 column options I have, I would like only 4 to be selected. However, all of them are already selected by default. How to…
-
2
votes0
answers596
viewsQ: How to integrate a Java system with one in COBOL?
What are the options for a Java system to communicate with a system made in COBOL? Is it possible to use Webservices? If not, JCA would be the best option?
-
1
votes0
answers46
viewsQ: Spring MVC Neither Bindingresult nor Plain target Object for bean name 'contract'
I have a "list.jsp" page that renders the list of a certain entity. I was asked to create a search form within this page: <form:form role="form" commandName="contrato"…