| Revision | 172 (tree) |
|---|---|
| Time | 2015-12-31 18:27:08 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -117,7 +117,7 @@ | ||
| 117 | 117 | UniForm form = new UniForm(); |
| 118 | 118 | form.reset(mapping, request); |
| 119 | 119 | form.populate(new UniModelImpl()); |
| 120 | - form.setDateTime(uf.getDateTime()); | |
| 120 | + form.setPresent(uf.getPresent()); | |
| 121 | 121 | form.setSessionUser(uf.getSessionUser()); |
| 122 | 122 | form.setActionParameter(uf.getActionParameter()); |
| 123 | 123 |
| @@ -127,7 +127,7 @@ | ||
| 127 | 127 | |
| 128 | 128 | // jsp 埋め込み アクセス用 |
| 129 | 129 | form.setValue("AID", uf.getActionParameter().getAid()); |
| 130 | - form.setValue("DATE_TIME", uf.getDateTime()); | |
| 130 | + form.setValue("DATE_TIME", uf.getPresent()); | |
| 131 | 131 | form.setValue("IP", uf.getActionParameter().getIp()); |
| 132 | 132 | form.setValue(ActionParameter.TAG_TOKEN, uf.getActionParameter().getToken()); |
| 133 | 133 |