Spring MVCパラメータ受け渡しの実装方法
フロントエンドからバックエンドへのパラメータ転送
1.1: ハイパーリンクによるパラメータ転送
index.jspページにハイパーリンクを追加します。
<a href="greeting/paramTransfer?userName='john'&pwd='secure123'">パラメータ転送テスト</a> <br/>
コントローラーを修正します - GreetingController
package sample.controllers;
imp ...
6月17日 18:58 投稿
ダイアログによるデータ連携の実装方法
JSPによるダイアログ実装
ダイアログコンポーネントの設定
<div id="_xform_contractIdField" _xform_type="dialog">
<xform:dialog propertyId="contractIdField" propertyName="contractNameField"
showStatus="edit" required="true"
subject="${lfn:message( ...
5月25日 19:27 投稿