表示タグ(Struts2)を使用して値を入力しています。私のコードを参照してください。私が欲しいものStruts2のリンクを使用するタグを表示
<display:table name="sessionScope.studentList" export="true" requestURI="StudentDisplay">
<display:column property="studentFullName" title="Name"></display:column>
<display:column property="studentMobile" title="Mobile No"></display:column>
<display:column property="studentResidence" title="Residence No"></display:column>
<display:column property="studentEmail" title="Email"></display:column>
<display:column property="studentAddress" title="Address"></display:column>
<display:column url="testAction.action" title="Map" value="Map Course"> </display:column>
</display:table>
は、最後の列すなわち地図は地図コースなどのリンクが含まれている必要があり、そののクリック時に、私が選択したレコードの詳細情報を取得する必要があります。たとえば。その特定のレコードのstudentId。 これを手伝ってください。 ありがとう