index.title=Struts Starter Application index.heading=Hello World! index.message=To get started on your own application, copy the struts-blank.war to a new WAR file using the name for your application. Place it in your container's "webapp" folder (or equivalent), and let your container auto-deploy the application. Edit the skeleton configuration files as needed, reload Struts or restart your container, and you are on your way! (You can find the ApplicationResources file with this message in the classes folder.) errors.header=
Error:
    errors.footer=
error.index.username=
  • Username is mandatory
  • error.index.password=
  • Password must contain at least 3 characters
  • index.login.welcome=Welcome index.login.connected=, You are connected index.login.firstname=Firstname index.login.lastname=LastName index.login.email=eMail index.username=Username : index.password=Password :