Code Search for Developers
 
 
  

frame2-app-bundle.properties from Frame2 Web Application Framework at Krugle


Show frame2-app-bundle.properties syntax highlighted

org.megatome.frame2.taglib.errors.prefix=<font color="red"><b>
org.megatome.frame2.taglib.errors.suffix=</b></font><br>
# Commons Validator Error Messages
errors.required={0} is required.
errors.minLength={0} can not be less than {1} characters.
errors.maxLength={0} can not be greater than {1} characters.

errors.byte={0} must be a byte.
errors.short={0} must be a short.
errors.integer={0} must be an integer.
errors.long={0} must be a long.
errors.float={0} must be a float.
errors.double={0} must be a double.

errors.date={0} is not a date.
errors.intRange={0} is not in the range {1} through {2}.
errors.floatRange={0} is not in the range {1} through {2}.
errors.doubleRange={0} is not in the range {1} through {2}.
errors.creditCard={0} is an invalid credit card number.
errors.email={0} is an invalid e-mail address.
errors.mask={0} is invalid.
errors.twofields={0} must have the same value as {1}.
   
userName=Username
email=Email Address



See more files for this project here

Frame2 Web Application Framework

Frame2 is an alternative to using Struts for web application development. Frame2 also supports web services in an MVC context.

Project homepage: http://sourceforge.net/projects/frame2
Programming language(s): Java,JSP,XML
License: other

  org/
    megatome/
      example/
        AddUserHandler.java
        DisplayUsers.java
        DisplayUsersHandler.java
        User.java
        UserStorage.java
  frame2-app-bundle.properties