Message.java | Class |
This tag provides a message schema, which can be parameterized to construct customizable messages.
Curly-braces are used to identify argument place holders in the schema:
For example, the following will format a message and place the result in a
javax.servlet.jsp.PageContext attribute named message .
<%
pageContext.setAttribute("msgSkeleton", new String("Hello {0}. |