私はstrutsの初心者です.Displayタグを使用してテーブルを作成しました.arraylistを使用してアクションクラスからデータを入力します. 前の列のデータ (display:column) を使用し、前の列の値に基づいて次の列のデータを入力したいのですが、表示列で前の列の値を取得する方法がわかりません。
<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:table>