Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Place the following in a file named package.properties and save that file in package org.apache.struts (in src folder if using Ant version or in src/main/resources if using Maven version)

Code Block
JAVA
JAVA
titlePackagepackage.properties
greeting=Welcome to The Wonderful World of Struts 2

...

Code Block
HTML
HTML
titleSpecify The Locale As a URL Parameter
<h3>Registro español</h3>
<s:url action="registerInput" var="registerInputLinkES">
    <s:param name="request_locale">es</s:param>
</s:url>
<p></p><a<p><a href="${registerInputLinkES}">Por favor, regístrese</a> para nuestro sorteo</p>

...