Quantcast
Channel: 質問!ITmedia 新着質問(Java/253)
Viewing all articles
Browse latest Browse all 2439

編集ボタンクリックと同時に社員番号を渡したい

$
0
0
お世話になります。 データベースに登録している、社員情報を呼び出してJSPで一覧表示してます。 その際、テーブル一行単位 に編集ボタンを配置してます。 で、社員情報を編集の際、行に配置された編集ボタンをクリックしてサーブレットに社員番号を渡したいのですが上手くできません。 解決策を教えてください。よろしくお願いします。

社員一覧

<% if(employeeList != null) { for(EmployeeDTO employee : employeeList) { %> <% } } %>
店舗名 部署 社員番号 社員名前 /
<%=employee.getAbbreviatedStoreName() %> <%=employee.getDepartmenName() %> <%=employee.getEmployeeID() %> <%=employee.getLastName() + employee.getFirstName() %>

Viewing all articles
Browse latest Browse all 2439

Trending Articles