Help: addXX method

2009-08-24 Thread Federico Mastellone
Hi, I'm using BeanUtils setProperty method to import data from an Excel file in a generic manner. I provide the parser a list of "colum name" and "property name" pairs and then the parser sets the properties with setProperty( ..., "property name", ...) for the Excel fields that match with "column

[Digester] re-parsing digest file after modifications yields results prior to modification

2009-08-24 Thread NJuk Njuk
i have an application that needs the ability to re-parse the same digest file multiple times. each time the digest file will have been modified, so the resultant object should reflect these modifications. the digest rules are defined via xmlrules. these rules themselves do not change; the modifi