Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
4.0k views
in Technique[技术] by (71.8m points)

javascript - How to implement onclick function in anchor tag while dealing with Spring MVC

I am new to Spring MVC. I am trying to implement onclick event in anchor tag in which I've applied jstl tag in table row. So I am not sure about how to pass parameters in onclick function while dealing with Spring MVC.

<c:forEach items="${alltruck}" var="truck">
<tr>
<td><a href="#" onclick="getdata()">${truck.compname}</a></td>
</tr>
</c:forEach>

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...