java - How transmit parameters from href by not method GET? -
how transmit parameters href not method get? use spring. maybe spring tools can me? method get:
<a href="savecandidate?id=${candidate.id}">${candidate.name}</a>
candidate.id transmit method
how transmit candidate.id post(for example method)?
no,by default href hits method,there no way specify method.
try html form
specify method's or move logic get
.
if can use client script (javascript
),there possibility with.
Comments
Post a Comment