| <html> |
| <body> |
| <table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111"> |
| <tr> |
| <td colspan="3"><font face="verdana" size="-1"> |
| This is a built-in template used for replacing text in JSP, |
| e.g.</font> |
| <br> |
| <code> <<b>html</b>><<b>body</b>><br> |
| Hello!<br> |
| </<b>body</b>></<b>html</b>></code> |
| <br> |
| <font face="verdana" size="-1">with internationalized JSP custom tag usage, e.g.</font> |
| <br> |
| <code> <<b>html</b>><<b>body</b>><br> |
| <<b>bean:message</b> key="HelloKey"/><br> |
| </<b>body</b>></<b>html</b>></code> |
| <br> |
| <font face="verdana" size="-1">The template is editable. Along with expressions allowed in a JSP context, you can also use predefined variables that |
| will be then expanded into the corresponding values.</font> |
| </td> |
| </tr> |
| </table> |
| <table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse"> |
| <tr> |
| <td colspan="3"><font face="verdana" size="-1">Predefined variables will take the following values:</font></td> |
| </tr> |
| <tr> |
| <td valign="top"><nobr><font face="verdana" size="-2"><b>${PROPERTY_KEY}</b></font></nobr></td> |
| <td width="10"> </td> |
| <td valign="top"><font face="verdana" size="-1">Property key name which is specified in the corresponding properties file. |
| </font></td> |
| </tr> |
| <tr> |
| <td valign="top"><nobr><font face="verdana" size="-2"><b>${PROPERTY_VALUE}</b></font></nobr></td> |
| <td width="10"> </td> |
| <td valign="top"><font face="verdana" size="-1">Property value which is specified in the corresponding properties file. |
| This is an original JSP text selection value. |
| </font></td> |
| </tr> |
| </table> |
| </body> |
| </html> |