Posts by alvesfc • 21 points
2 posts
-
1
votes0
answers154
viewsQ: Bind de Collection with Spring 4 and Thymeleaf
How do I submit a list when the Submit event fires in the form? The Bind of the selected value is being done correctly, but I need the list as well. HTML <select id="banks" th:field="*{bankID}"…
-
0
votes2
answers470
viewsQ: Simulate receiving device connection on usb (adb shell Android)
I would like to know how to simulate receiving a call (Receive a call) with the device connected via usb on adb shell android. I need to perform some tests on the physical apparatus, but cannot be…