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

Popular posts from this blog

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -