Skip to content

Instantly share code, notes, and snippets.

@shinchit
Last active August 29, 2015 14:03
Show Gist options
  • Save shinchit/418126ab5fc1edc55720 to your computer and use it in GitHub Desktop.
Save shinchit/418126ab5fc1edc55720 to your computer and use it in GitHub Desktop.
JSPで<html:〜>のタグの解析結果(HTML)にIDを指定する方法 -サンプル
<html:text property="address" styleId="address_id"/>
(生成されるhtmlコード)
<input type="text" name="address" id="address_id"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment