--- [EMAIL PROTECTED] wrote: > Hi > > How can I (using the nightly build of 20040323) merge two > ValidatorResources? I want to have a static ValidatorResources variable > that > contains everything, but (as usual) I have two XML files, one with the > global validator rules and another one which is specific with the form. > Which means, I would load the first into the ValidatorResources only > once > and then according to the object to validate, I would add a specific > form > for that object.
The typical use case is to pass InputStreams for all of the xml files into the ValidatorResources constructor. > I saw some code that can merge two ValidatorResources, but all of that > seems > deprecated... What code are you referring to? David > > Eric > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
