Skip to content

Instantly share code, notes, and snippets.

@A-pZ
Created December 17, 2014 07:51
Show Gist options
  • Save A-pZ/3aef89a0666a265c3f89 to your computer and use it in GitHub Desktop.
Save A-pZ/3aef89a0666a265c3f89 to your computer and use it in GitHub Desktop.
Struts2+Spring4+Thymeleafを併用できるようになったけれども、まだコードが長い
<div class="form-group form-group-sm result-box">
<label class="col-sm-2 control-label">CDW</label>
<div class="col-sm-2">
<input type="text" class="form-control" value="料金込" th:value="${beans.masterDataService.getValue('DMST',action.detail['DMST'])}" />
</div>
</label>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment