295 バイト追加
、 2020年2月15日 (土) 07:35
==Struts ActionFormのメンバーをJavascriptに書き出す==
{{include_html banner_html, "!Struts"}}
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
function setTrxId(trxId) {
var oldKey = "<bean:write name="MyForm" property="employee_id" />";
:
}