How transmit parameters from href by not method GET? I use spring. maybe spring tools can to help me? by method get:
<a href="saveCandidate?id=${candidate.id}">${candidate.name}</a>
candidate.id transmit by get method
How transmit candidate.id by Post(for example method)?