「Struts ActionFormのメンバーをJavascriptに書き出す」の版間の差分
ナビゲーションに移動
検索に移動
(ページの作成:「==Struts ActionFormのメンバーをJavascriptに書き出す== {{include_html banner_html, "!Struts"}} <%@ taglib uri="http://struts.apache.org/tags-bean" prefix=…」) |
|||
(同じ利用者による、間の1版が非表示) | |||
1行目: | 1行目: | ||
− | ==Struts ActionFormのメンバーをJavascriptに書き出す== | + | ==[[Struts ActionFormのメンバーをJavascriptに書き出す]]== |
− | {{include_html banner_html, "!Struts"}} | + | {{include_html [[banner_html]], "!Struts"}} |
− | + | <%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %> | |
function setTrxId(trxId) { | function setTrxId(trxId) { | ||
− | var oldKey = " | + | var oldKey = "<bean:write name="MyForm" property="employee_id" />"; |
: | : | ||
} | } |
2020年2月16日 (日) 04:32時点における最新版
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" />"; : }
© 2006 矢木浩人