Sorry. I apologize. I got frustrated with the
problems I'm having and just wanted to get it checked
in. I've tried doing it on the server, with Cygwin,
and with WinCvs for a few days. I can't check
anything in on the server and if I commit more than a
few files Cygwin's cvs and WinCvs never seem to finish
or do anything. I use it every day at the office so
it's not like I'm unfamiliar with cvs.
David
--- William Shulman <[EMAIL PROTECTED]> wrote:
>
> how about one big commit ;)
>
> [EMAIL PROTECTED] writes:
> > dwinterfeldt 01/07/08 20:11:09
> >
> > Added:
>
contrib/validator/src/example/com/wintecinc/struts/example/validator
> >
> ApplicationResources.properties
> >
> ApplicationResources_fr.properties
> > CityStateZip.java
> MultiRegistrationAction.java
> > RegistrationAction.java
> RegistrationForm.java
> > TypeAction.java
> TypeForm.java
> > Log:
> > Adding Struts Validator.
> >
> > Revision Changes Path
> > 1.1
>
jakarta-struts/contrib/validator/src/example/com/wintecinc/struts/example/validator/ApplicationResources.properties
> >
> > Index: ApplicationResources.properties
> >
>
===================================================================
> > button.cancel=Cancel
> > button.confirm=Confirm
> > button.reset=Reset
> > button.save=Save
> >
> > # Errors
> > errors.footer=
> > errors.header=<h3><font color="red">Validation
> Error</font></h3>You must correct the following
> error(s) before proceeding:
> > errors.ioException=I/O exception rendering
> error messages: {0}
> > error.database.missing=<li>User database is
> missing, cannot validate logon credentials</li>
> > errors.required={0} is required.
> > errors.invalid={0} is invalid.
> >
> > errors.byte={0} must be an byte.
> > errors.short={0} must be an short.
> > errors.integer={0} must be an integer.
> > errors.long={0} must be an long.
> > errors.float={0} must be an float.
> > errors.double={0} must be an double.
> >
> > errors.date={0} is not a date.
> >
> > errors.range={0} is not in the range {1}
> through {2}.
> >
> > errors.creditcard={0} is not a valid credit
> card number.
> >
> > errors.email={0} is an invalid e-mail address.
> >
> >
> > # Registration Form
>
> > registrationForm.title=Registration
> > registrationForm.title.create=Register
> > registrationForm.title.edit=Edit User
> Information
> > registrationForm.firstname.displayname=First
> Name
> > registrationForm.lastname.displayname=Last Name
> > registrationForm.addr.displayname=Address
> > registrationForm.city.displayname=City
> > registrationForm.stateprov.displayname=State
> > registrationForm.zippostal.displayname=Zip
> > registrationForm.phone.displayname=Phone
> > registrationForm.email.displayname=E-mail
> > registrationForm.lastname.maskmsg=Last Name can
> only be letters and numbers, no spaces.
> >
> > # Type form
> > typeForm.title=Type Form
> > typeForm.title.create=Type Form
> > typeForm.byte.displayname=Byte Field
> > typeForm.short.displayname=Short Field
> > typeForm.integer.displayname=Integer Field
> > typeForm.long.displayname=Long Field
> > typeForm.float.displayname=Float Field
> > typeForm.double.displayname=Double Field
> > typeForm.date.displayname=Date Field
> > typeForm.creditCard.displayname=Credit Card
> >
> >
> > 1.1
>
jakarta-struts/contrib/validator/src/example/com/wintecinc/struts/example/validator/ApplicationResources_fr.properties
> >
> > Index: ApplicationResources_fr.properties
> >
>
===================================================================
> > button.cancel=Annulent
> > button.confirm=Confirment
> > button.reset=Remettent
> > button.save=�conomiser
> >
> > # Errors
> > errors.footer=
> > errors.header=<h3><font color="red">Erreur De
> Validation</font></h3>Vous devez corriger l'error(s)
> suivant avant proc�dant:
> > errors.ioException=Exception de E/S rendant des
> messages d'erreur: {0}
> > error.database.missing=<li>La base de données
> d'utilisateur est manquante, ne peut pas valider des
> qualifications de procédure de connexion </li>
> > errors.required={0} est exig�.
> > errors.invalid={0} est incorrect.
> >
> > errors.byte=Le {0} doit �tre un nombre byte.
> > errors.short=Le {0} doit �tre un nombre short.
> > errors.integer=Le {0} doit �tre un nombre
> integer.
> > errors.long=Le {0} doit �tre un nombre long.
> > errors.float=Le {0} doit �tre un nombre float.
> > errors.double=Le {0} doit �tre un nombre
> double.
> >
> > errors.date=Le {0} n'est pas une date.
> >
> > errors.range=Le {0} n'est pas dans l'intervalle
> {1} � {2}.
> >
> > errors.creditcard=Le {0} n'est pas un nombre
> valide de carte de cr�dit.
> >
> > errors.email=Le {0} est une adresse incorrecte
> de e-mail.
> >
> >
> > # Registration Form
>
> > registrationForm.title=Enregistrement
> > registrationForm.title.create=Registre
> > registrationForm.title.edit=�ditez
> L'Information D'Utilisateur
> > registrationForm.firstname.displayname=Pr�nom
> > registrationForm.lastname.displayname=Dernier
> Nom
> > registrationForm.addr.displayname=Adresse
> > registrationForm.city.displayname=Ville
> >
> registrationForm.stateprov.displayname=�tat/Province
> > registrationForm.zippostal.displayname=Code
> postal
> > registrationForm.phone.displayname=T�l�phone
> > registrationForm.email.displayname=E-mail
> > registrationForm.lastname.maskmsg=Le dernier
> nom peut seulement être des lettres et des nombres,
> aucuns espaces.
> >
> > # Type form
> > typeForm.title=Tapez La Forme
> > typeForm.title.create=Tapez La Forme
> > typeForm.byte.displayname=Zone D'Octet
> > typeForm.short.displayname=Courte Zone
> > typeForm.integer.displayname=Zone De Nombre
> entier
> > typeForm.long.displayname=Longue Zone
> > typeForm.float.displayname=Gisement De Flotteur
> > typeForm.double.displayname=Double Zone
> > typeForm.date.displayname=Zone De Date
> > typeForm.creditCard.displayname=Carte de cr�dit
> >
> >
> >
> > 1.1
>
jakarta-struts/contrib/validator/src/example/com/wintecinc/struts/example/validator/CityStateZip.java
> >
> > Index: CityStateZip.java
> >
>
===================================================================
> > /*
> > * The Apache Software License, Version 1.1
> > *
> > * Copyright (c) 1999 The Apache Software
> Foundation. All rights
> > * reserved.
> > *
> > * Redistribution and use in source and binary
> forms, with or without
> > * modification, are permitted provided that
> the following conditions
> > * are met:
> > *
> > * 1. Redistributions of source code must
> retain the above copyright
> > * notice, this list of conditions and the
> following disclaimer.
> > *
> > * 2. Redistributions in binary form must
> reproduce the above copyright
>
=== message truncated ===
__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/