DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12905>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12905

logon.jsp: maxlength javascript message has a null

           Summary: logon.jsp: maxlength javascript message has a null
           Product: Struts
           Version: Nightly Build
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Example
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When running logon.jsp -
The error message created for the maxlength check
says "Username cannot be greater than null characters".
Need to fix array index in ApplicationResources.properties
from:
> errors.maxlength={0} cannot be greater than {1} characters.
to:
> errors.maxlength={0} cannot be greater than {2} characters.
This then matches the array definition in validation.xml
(NOTE: This is a FIXME comment on
ApplicationResources.properties v1.7 from craigmcc)

I'll send the fix via the Struts Developer List

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to