Skip to content

Instantly share code, notes, and snippets.

@Mistat
Created March 24, 2010 07:01
Show Gist options
  • Select an option

  • Save Mistat/342050 to your computer and use it in GitHub Desktop.

Select an option

Save Mistat/342050 to your computer and use it in GitHub Desktop.
<!--
Struts2 jsp tag
text use message resource example
http://www.docjar.com/docs/api/org/apache/struts2/components/Text.html
#
resource_name={0}月{1}日
-->
<s:text name="resource_name">
<s:param>3</s:param>
<s:param>23</s:param>
</s:text>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment